SVProgressHud not showing

2.2k Views Asked by At

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.

1

There are 1 best solutions below

4
On BEST ANSWER

try this .

and if possible set below method before execute the request

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

Download it from here