Top "Mbprogresshud" questions

MBProgressHUD is an iOS drop-in class that displays a translucent HUD with an indicator and/or labels while work is being done in a background thread.

Use of MBProgressHUD Globally + make it singleton

In my Project, each of the user interaction events make a network call (Which is TCP, not HTTP). I need …

iphone ios singleton mbprogresshud
How to add MBProgressHUD waiting loading data in iOS

I have a problem: I used AFNetworking to get data from server, i used NSOperationQueue to add many operation to …

ios objective-c afnetworking mbprogresshud
I'm Trying to Show Progress With MBProgressHUD using MWFeedParser

Hello I've been trying to display progress using the annular determinate for the last hour and I can't seem to …

iphone ios ios5 progress-bar mbprogresshud
Alternatives for MBProgressHUD?

I've used SVProgressHUD which I liked but it didn't support orientation changes. I am using MBProgressHUD but it is a …

iphone ios4 mbprogresshud
MBProgressHUD to show label text in more than one line

Hi i have a MBProgressHUD on my iPad screen. Works perfectly fine. But i want to change the label to …

ios label newline frame mbprogresshud
Why is a static library's header file not found for archiving?

I can build for debugging just fine. I've triple checked that the static library is included in the build phases …

ios xcode compiler-errors mbprogresshud
MBProgressHUD blocking user interaction

My application has a MBProgressHUD on the screen while the CLLocationManager is getting the user current location at a separate …

objective-c cllocationmanager nsthread mbprogresshud
MBProgressHUD indicator does not hide

i am able to show HUD indicator in viewDidLoad successfully but not able hide it in webViewDidFinishLoad method when webview …

ios mbprogresshud
Position MBProgressHUD at the Bottom/Top of the screen

Is there a way to make the MBProgressHUD show at the bottom or top of the screen? I have tried …

ios mbprogresshud
MBProgressHUD not working in swift: cannot import and use

I used cocoapods to install MBProgressHUB and in bridging header I cannot just do #import "MBProgressHUD.h" I changed to #…

ios swift mbprogresshud