GIthup :https://github.com/SVProgressHUD/SVProgressHUD
引入头文件 #import "SVProgressHUD.h"
dismiss 让控件消失的方法
设置控件大小的方法
- (CGSize)sizeThatFits:(CGSize)size
设置控件的亮度 Style
setDefaultStyle
设置控件的风格
setDefaultMaskType
1.SVProgressHUDMaskTypeNone
2.SVProgressHUDMaskTypeClear
3.SVProgressHUDMaskTypeBlack
4.SVProgressHUDMaskTypeGradient
让控件显示的方法
show