Playlist Generator  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Classes | Enumerations
MBProgressHUD.h File Reference
#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 }

Enumeration Type Documentation

Enumerator:
MBProgressHUDAnimationFade 

Opacity animation

MBProgressHUDAnimationZoom 

Opacity + scale animation

Enumerator:
MBProgressHUDModeIndeterminate 

Progress is shown using an UIActivityIndicatorView. This is the default.

MBProgressHUDModeDeterminate 

Progress is shown using a MBRoundProgressView.

MBProgressHUDModeCustomView 

Shows a custom view