摘要:
第一步,控制器先来个属性@property (strong, nonatomic) MBProgressHUD *HUD;第二步,显示与隐藏的调用方法- (void)hudTipWillShow:(BOOL)willShow{ if (willShow) { [self resi... 阅读全文
posted @ 2015-11-28 17:39
songxing10000
阅读(1398)
评论(0)
推荐(0)
摘要:
+ (void)showHudTipStr:(NSString *)tipStr;+ (void)showHudTipStr:(NSString *)tipStr{ if (tipStr && tipStr.length > 0) { MBProgressHUD *hud =... 阅读全文
posted @ 2015-11-28 17:35
songxing10000
阅读(189)
评论(0)
推荐(0)

浙公网安备 33010602011771号