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