Playlist Generator
1.0
|
#import <UIKit/UIKit.h>
Go to the source code of this file.
Classes | |
class | MBProgressHUD |
protocol | <MBProgressHUDDelegate> |
class | MBRoundProgressView |
Enumerations | |
enum | MBProgressHUDMode { MBProgressHUDModeIndeterminate, MBProgressHUDModeDeterminate, MBProgressHUDModeCustomView } |
enum | MBProgressHUDAnimation { MBProgressHUDAnimationFade, MBProgressHUDAnimationZoom } |
enum MBProgressHUDMode |
MBProgressHUDModeIndeterminate |
Progress is shown using an UIActivityIndicatorView. This is the default. |
MBProgressHUDModeDeterminate |
Progress is shown using a MBRoundProgressView. |
MBProgressHUDModeCustomView |
Shows a custom view |