Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Sergio10

macrumors regular
Original poster
Oct 3, 2007
137
0
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/
PHP:
- (void)viewDidLoad
{
	[super viewDidLoad];	
	[[MyClient singleton] getData];
}

BUT works on some action( on Pressing Button)

How to solve this problem?

Thank you
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.