mbprogresshud

    0熱度

    1回答

    我在我的應用程序中使用了MBProgressHUD。我總是收到崩潰日誌關於它的崩潰報告系統,就像是 Cloudoc-Patient -[MBProgressHUD done] (MBProgressHUD.m:376) 1devices App Version: - Thread 0 Crashed: 0 libobjc.A.dylib 0x197350000 + 113616 1 Cl

    0熱度

    1回答

    我試圖表現出對UIWebViewMBProgressHUD。我想在webview中加載一個iframe。我的微調顯示了當的WebView開始加載,但儘管它去在webView didFinishLoad()斷點甚至不掩飾。 這裏是我的代碼: class LiveViewController: UIViewController, UIWebViewDelegate { @IBOutlet weak

    0熱度

    2回答

    我想使用MBProgressView取消按鈕。我收到錯誤「無法轉換類型的值‘()’到期望的參數類型‘選擇’」 hud.button.addTarget(hud.progressObject, action: cancelButton(), for: .touchUpInside) 我也試着這樣做: hud.button.addTarget(hud.progressObject, action:

    0熱度

    2回答

    我試圖顯示利用MBProgressHud舉杯這裏的問題是代碼, MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:view animated:YES]; [hud setMode:MBProgressHUDModeText]; [hud setLabelText:toastText]; hud.labelText.accessibility

    2熱度

    3回答

    我可以使用gif圖像而不是默認加載嗎?我到目前爲止使用此代碼,但沒有得到任何結果。任何人都可以提出這個代碼有什麼問題嗎? #import "UIImage+GIF.h" -(void) showLoadingHUD:(NSString *)title { [self hideLoadingHUD]; if(!HUD){ HUD = [MBProgressHUD

    1熱度

    2回答

    狀態消息我想要一個按鈕被點擊 時,以下是動態消息從服務中獲得 HelloMessage = { Message = "Successfully Registered with your Mail. Thank You. "; }; 正在使用從服務動態顯示的消息MBProgressHUD。如何使用MBProgressHUD顯示成功或錯誤消息。以下是我的code.TIA - (void)co

    0熱度

    1回答

    在我的Swift 3項目中,我已經刪除了MBProgressHud,現在有一個鏈接錯誤。我從Pod文件和橋接頭文件中刪除了它。 ld: framework not found MBProgressHUD clang: error: linker command failed with exit code 1 (use -v to see invocation) 我已經運行產品清理,清除派生數

    0熱度

    1回答

    我正在'MBProgressHUD需要在主線程上訪問'。對隱藏MBProgressHUD一次頁面錯誤加載來自web服務的數據。 請幫我解決這個問題。從現在開始幾小時就陷入這個問題。 我的代碼是: DispatchQueue.main.async { self.spinnerActivity.hide(animated: true) self.tableVi

    4熱度

    3回答

    我使用下面的代碼,但沒有表現出進步HUD所以請爲that.simple HUD不禁流露出很好,但定製沒有顯示 let loadingHUD = MBProgressHUD() loadingHUD.mode = MBProgressHUDModeCustomView loadingHUD.labelText = nil loadingHUD.detailsLabelText = nil

    4熱度

    4回答

    當我寫這樣的,它按預期工作: ​​ 然而,當我把它放在DispatchQueue.main塊,平視顯示器不顯示: override func viewDidLoad() { super.viewDidLoad() DispatchQueue.main.async { MBProgressHUD.showAdded(to: self.navigationContro