MBProgressHUD is a drop-in Objective-C class for iOS that displays a translucent HUD with a spinner, labels, or progress bars during background operations, serving as a polished substitute for private UIKit HUDs. MBProgressHUD works on iOS 9.0+. It depends on the following Apple frameworks, which should already be included with most Xcode templates. The main guideline you need to follow when dealing with MBProgressHUD while running long-running tasks is keeping the main thread work-free, so the UI can be updated promptly. The recommended way of using MBProgressHUD is therefore to set it up on the main thread and then spinning the task, that you want to perform, off onto a new thread.
Features
- Translucent HUD overlay with spinner and optional labels
- Multiple modes: indeterminate, determinate, custom view support
- Customizable properties: bezel color, margins, minimum display time, grace time, size
- Convenient show and hide methods with delays
- Completion callback support when the HUD hides
- Easy integration via CocoaPods or Carthage
Categories
User Interface (UI)License
MIT LicenseFollow MBProgressHUD
Other Useful Business Software
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of MBProgressHUD!