私はこのコードを持っています:
[MBHUDView hudWithBody:@"" type:MBAlertViewHUDTypeActivityIndicator hidesAfter: show:YES];
そして hidesAfter:
私にはわかりません。
MBHUDView は hidesAfter webViewFinishLoad である必要があります。UIWebView はデリゲートです
別のビューに同じコードがあり、そこでこれを使用しています:
[MBHUDView hudWithBody:@"" type:MBAlertViewHUDTypeActivityIndicator hidesAfter:MessageComposeResultSent show:YES];