SVProgressHud 未显示

SVProgressHud not showing

我想添加 SVProgressHud 以显示进度。我有使用方法:

[SVProgressHUD showWithStatus:@"Please Wait..."];

AppDelegatedidFinishLaunchingWithOptions 方法中。

但是我看不到进度视图。

试试这个。

如果可能的话,在执行请求之前设置下面的方法

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

Download it from here