Monday 30 April 2012

show HUD as activity indicator and run main thread

HUD= [MBProgressHUD showHUDAddedTo:self.view.window animated:YES];
    [self sendRequesToFBForGettingMyData];


remove where all request will complete. [HUD remove from superview];
I add it to window because that time I want interaction disable.

No comments:

Post a Comment