-
pod install :
-
pod 'SUPStatusBarHUD'
-
@interface SUPStatusBarHUD : NSObject /**
- (void)showMessage:(NSString )msg image:(UIImage )image; /
- 显示普通信息 */
- (void)showMessage:(NSString )msg; /*
- 显示成功信息 */
- (void)showSuccess:(NSString )msg; /*
- 显示失败信息 */
- (void)showError:(NSString )msg; /*
- 显示正在处理的信息 */
- (void)showLoading:(NSString )msg; /*
- 隐藏 */
-
(void)hide;
-
(void)showXXX; @end