iossvprogresshud

SVProgressHud not showing


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.


Solution

  • try this .

    and if possible set below method before execute the request

    [SVProgressHUD showWithStatus:@"pleasewait.." maskType:SVProgressHUDMaskTypeBlack];
    

    Download it from here