Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | ProgressView | MBS iOS Plugin | 22.5 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
This is a simple drop-in class for displaying a progress HUD view similar to Apple's private UIProgressHUD class.
The MBProgressHUD window spans over the entire space given to it by the constructor and catches all user input on this region, thereby preventing the user operations on components below the view.
To still allow touches to pass through the HUD, you can set hud.userInteractionEnabled = false.
MBProgressHUD is a UI class and should therefore only be accessed on the main thread.
Constant | Value | Description |
---|---|---|
MaxOffset | 1000000.0 | The max offset constant to move to the other border. |
Constant | Value | Description |
---|---|---|
AnimationFade | 0 |
Opacity animation |
AnimationZoom | 1 |
Opacity + scale animation (zoom in when appearing zoom out when disappearing) |
AnimationZoomIn | 3 |
Opacity + scale animation (zoom in style) |
AnimationZoomOut | 2 |
Opacity + scale animation (zoom out style) |
Constant | Value | Description |
---|---|---|
ModeAnnularDeterminate | 3 |
Ring-shaped progress view. |
ModeCustomView | 4 |
Shows a custom view. |
ModeDeterminate | 1 |
A round, pie-chart like, progress view. Example |
ModeDeterminateHorizontalBar | 2 |
Horizontal progress bar. |
ModeIndeterminate | 0 |
A round progress indicator. Example |
ModeText | 5 |
Shows only labels. |
This class has no sub classes.
The items on this page are in the following plugins: MBS iOS Plugin.
ProgressBarProgressViewMBS - ProgressRoundProgressViewMBS