Hi,
I've implemented async getting data from internet.
Now when I calling function to get data in the viewDidLoad function then it doesn't work/
BUT works on some action( on Pressing Button)
How to solve this problem?
Thank you
I've implemented async getting data from internet.
Now when I calling function to get data in the viewDidLoad function then it doesn't work/
PHP:
- (void)viewDidLoad
{
[super viewDidLoad];
[[MyClient singleton] getData];
}
BUT works on some action( on Pressing Button)
How to solve this problem?
Thank you