MBProgressHUD
MBProgressHUD + Customizations
An iOS loading indicator library written in Objective-C that overlays a spinner or progress HUD while background work runs.
MBProgressHUD is a library for iOS apps that displays a loading indicator — the spinning or progress overlay that covers part of the screen while an app is doing something in the background, like fetching data or saving a file. "HUD" stands for heads-up display. Based on the description, this repository includes the core library plus additional customizations on top of the original. It is written in Objective-C, the older Apple programming language used to build iOS and macOS apps. The README does not provide further detail about its features, supported customizations, or use cases, so a complete explanation is not possible from the provided data alone.
Where it fits
- Show a blocking spinner over a view controller while fetching data from a network call.
- Display a determinate progress bar while uploading a file from an iOS app.
- Flash a checkmark HUD after a save action completes successfully.