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.
[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