Property | Type | Description | |
---|---|---|---|
AnimationFinished | void | ||
CleanUp | void | ||
Done | void | ||
EnsureInvokedOnMainThread | void | ||
FillRoundedRect | void | ||
GetClassHandle | |||
HandleGraceTimer | void | ||
HandleMinShowTimer | void | ||
HideUsingAnimation | void | ||
Initialize | void | ||
IsMainThread | bool | ||
LaunchExecution | void | ||
ShowUsingAnimation | void | ||
ToRadians | float | ||
UpdateIndicators | void | ||
UpdateProgress | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Draw ( |
||
Hide ( bool animated ) : void | ||
LayoutSubviews ( ) : void | ||
MBProgressHUD ( |
||
MBProgressHUD ( UIView view ) : System | ||
MBProgressHUD ( UIWindow window ) : System | ||
MBProgressHUD ( bool cancelable ) : System | ||
Show ( bool animated ) : void | ||
ShowWhileExecuting ( NSAction method, bool animated ) : void |
Method | Description | |
---|---|---|
AnimationFinished ( ) : void | ||
CleanUp ( ) : void | ||
Done ( ) : void | ||
EnsureInvokedOnMainThread ( System.Action action ) : void | ||
FillRoundedRect ( |
||
GetClassHandle ( string clsName ) : |
||
HandleGraceTimer ( ) : void | ||
HandleMinShowTimer ( ) : void | ||
HideUsingAnimation ( bool animated ) : void | ||
Initialize ( ) : void | ||
IsMainThread ( ) : bool | ||
LaunchExecution ( ) : void | ||
ShowUsingAnimation ( bool animated ) : void | ||
ToRadians ( float degrees ) : float | ||
UpdateIndicators ( ) : void | ||
UpdateProgress ( ) : void |
public Draw ( |
||
rect | ||
return | void |
public MBProgressHUD ( |
||
frame | ||
return | System |
public MBProgressHUD ( UIView view ) : System | ||
view | UIView | |
return | System |
public MBProgressHUD ( UIWindow window ) : System | ||
window | UIWindow | |
return | System |
public MBProgressHUD ( bool cancelable ) : System | ||
cancelable | bool | |
return | System |
public ShowWhileExecuting ( NSAction method, bool animated ) : void | ||
method | NSAction | |
animated | bool | |
return | void |