显示所有类型的 HUD bottomShow
navigationShow : /*快速创建对象/ +(instancetype)defaultNavigationBa ... 就像这样 defa ...
(void)showWithMessage:(NSString *)message Duration:(CGFloat)duration InView:(__kindof UIScrollView *)scrollView; /*自定义view型/
(void)showCustormViewDuration:(CGFloat)duration InView:(__kindof UIScrollView *)scrollView; the Delegate
(void)navigationBarNotificationWillShow:(SaKaNavigationBarNoti ... start;
(void)navigationBarNotificationIsDismissed:(SaKaNavigationBarNoti ...;
(void)navigationBarNotificationIsTapped:(SaKaNavigationBarNoti ...;
StatusBarShow
(void)displayNotificationWithMessage:(NSString *)message comple ...
(void)displayNotificationWithMessage:(NSString *)message forDuratio ...
(void)displayNotificationWithAttributedString:(NSAttributedString *) attributedString completion:(void (^)(void))completion;
(void)displayNotificationWithAttributedString:(NSAttributedString *) attributedString forDuration:(NSTimeInterval)duration;
(void)displayNotificationWithView:(UIView *)view completion:(void (^)(void))completion;
(void)displayNotificationWithView:(UIView *)view forDuration:(NSTimeInterval)duration;
(void)dismissNotificationWithCompletion:(void(^)(void))completion;
(void)dismissNotification;
ProgressShow : /** 在 window 上添加一个只显示文字的 HUD */
信息
的 HUD */失败
的 HUD */成功
的 HUD */等待
的 HUD, 需要手动关闭 */AnotherType : /**
#pragma mark-上方显示 /**
#pragma mark-下方显示 /**