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

When the height of MBBarProgressView is 100.0, the left side of MBBarProgressView doesn't animate. So I try to modify it. For better understanding to me, I also change some code.

A popup should not fill the whole width of the screen. Thanks

Feature request

The HUD usually, apart from showing progress, is also used to block user interaction while an operation is in progress. However, how the `graceTime` is handled currently, it's not possible...

Needs more info

I set animation MBProgressHUDAnimationZoomIn but it works when disappearing,rather than appearing

Bug

Initial commit of MBProgressHUD in swift. - Removes (didn't port) all deprecated functionality - Requires iOS8 or later - Adds "labelAboveIndicator" BOOL property which allows the progress hud to be...

Hi! With this PR I fixed several behavior bugs and added a test for these cases. They are: 1. If you try to hide a hud without animation, the `alpha`...

Add tag, update cocoapods.

Task

When the app go to the background while the `MBProgressHUD` is running, it's not hiding when the app comes back to the foreground although the process has been finished and...

I'm setting `userInteractionEnabled` to `YES` to prevent user from clicking on UI elements but it doesn't work, I still can click on anything underneath the HUD. MBProgessHUD: 0.9.2 iOS 10.3...

Feature request