### 1.UIView+HUD.h UIViewController+HUD.h
扩展的原因,是为了UIView 和 UIViewController更灵活的使用。
### 2. 扩展的实现
是MBProgressHUD *hud = [[MBProgressHUD alloc] initWithFrame:self.bounds];
2.1在show之前去删除界面tag的view,然后在去创建 然后在show.
2.2删除的时候 根据tag查找到hud 然后删除。
### 1.UIView+HUD.h UIViewController+HUD.h
扩展的原因,是为了UIView 和 UIViewController更灵活的使用。
### 2. 扩展的实现
是MBProgressHUD *hud = [[MBProgressHUD alloc] initWithFrame:self.bounds];
2.1在show之前去删除界面tag的view,然后在去创建 然后在show.
2.2删除的时候 根据tag查找到hud 然后删除。
本文标题:MBProgressHUD 分类
本文链接:https://www.haomeiwen.com/subject/yydlrrtx.html
网友评论