MBProgressHUD icon indicating copy to clipboard operation
MBProgressHUD copied to clipboard

MBProgressHUD + Customizations

Results 89 MBProgressHUD issues
Sort by recently updated
recently updated
newest added

Has this library been used on iOS to support the OSX platform?

When MBProressHUD is add to the ViewController's view when the keyboard is disappearing, seems its coming from the top left (There is an animation from top left to the center)....

Possible bug

``` /** * A button that is placed below the labels. Visible only if a target / action is added. */ @property (strong, nonatomic, readonly) UIButton *button; ``` The button...

Not reproducible
Needs more info

I'm using tag `1.1.0`. But tag `1.1.0` has a warning that removed in https://github.com/jdg/MBProgressHUD/commit/643b58c62f5083a61780dcdc3c4c87a20413f199. Please create a new tag so that install https://github.com/jdg/MBProgressHUD/commit/643b58c62f5083a61780dcdc3c4c87a20413f199.

MBProgressHUD.m line 476 -[MBProgressHUD updateIndicators] Crashed: NSOperationQueue 0x1702361c0 :: NSOperation 0x174253cb0 (QOS: DEFAULT) EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000 -[MBProgressHUD updateIndicators] Crashed: NSOperationQueue 0x1702361c0 :: NSOperation 0x174253cb0 (QOS: DEFAULT) 0 CoreFoundation 0x18eb0bf2c -[__NSSetM...

We are receiving too many crashes from the users in Fabric with constraints used in MBProgressHUD. Here is the stacktrace received in Fabric: Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x185311d04 __exceptionPreprocess...

I love MBProgressHUD so much that I have used it in hundreds of project (both mine and my clients) and I have created a YouTube video series on how to...

I have been using MBProgressHUD for quite a while now and suddenly today my app is crashing and I get `unrecognized selector sent to instance` for at least three different...

Not reproducible
Needs more info

Undefined symbols for architecture x86_64: "_MBProgressMaxOffset", referenced from: -[MKViewController hud:] in MKFramework(MKViewController.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v...