TuSDKProgressHUD Class Reference
Inherits from | UIView |
---|---|
Declared in | TuSDKProgressHUD.h |
TuSDKExtend Methods
+ showMainThreadWithStatus:
在主线程中显示信息
+ (void)showMainThreadWithStatus:(NSString *)status
Parameters
status |
信息 |
---|
Declared In
TuSDKProgressHUD.h
+ showMainThreadWithMessage:
在主线程中显示信息
+ (void)showMainThreadWithMessage:(NSString *)message
Parameters
message |
信息 |
---|
Declared In
TuSDKProgressHUD.h
+ showMainThreadProgress:withStatus:
在主线程中显示进度和信息
+ (void)showMainThreadProgress:(float)progress withStatus:(NSString *)status
Discussion
@param progress 进度 @param status 信息
Declared In
TuSDKProgressHUD.h
+ showMainThreadSuccessWithStatus:
在主线程中显示成功信息
+ (void)showMainThreadSuccessWithStatus:(NSString *)string
Parameters
string |
信息 |
---|
Declared In
TuSDKProgressHUD.h
+ showMainThreadErrorWithStatus:
在主线程中显示错误信息
+ (void)showMainThreadErrorWithStatus:(NSString *)string
Parameters
string |
信息 |
---|
Declared In
TuSDKProgressHUD.h