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
Build Agents and Models on One Platform
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of MBProgressHUD!