MBProgressHUD 分类
2022-02-28 本文已影响0人
AqualCrystal
### 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 然后删除。