Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想添加SVProgressHud以显示进度。我有使用方法:
SVProgressHud
[SVProgressHUD showWithStatus:@"Please Wait..."];
在didFinishLaunchingWithOptions方法中AppDelegate。
didFinishLaunchingWithOptions
AppDelegate
但我无法看到我的进度视图。
试试这个 。
如果可能的话,在执行请求之前设置下面的方法
[SVProgressHUD showWithStatus:@"pleasewait.." maskType:SVProgressHUDMaskTypeBlack];
从这里下载