I want to add SVProgressHud
to show progress. I have use method :
[SVProgressHUD showWithStatus:@"Please Wait..."];
In didFinishLaunchingWithOptions
method of AppDelegate
.
But I am not able to see my progress view.
try this .
and if possible set below method before execute the request
[SVProgressHUD showWithStatus:@"pleasewait.." maskType:SVProgressHUDMaskTypeBlack];