1.MBProgressHUD
GitHub地址:https://github.com/jdg/MBProgressHUD
基本上看到的主流iOS应用都集成了这个,Star 7k了,最近看到很多应用HUD隐藏时,有一个动画过程,我还以为是自己扩展的,后来研究才发现,有这个属性animationType
:
1 | @property (assign) MBProgressHUDAnimation animationType; |
1 | typedef NS_ENUM(NSInteger, MBProgressHUDAnimation) { |