Releases: mutualmobile/MMProgressHUD
Releases · mutualmobile/MMProgressHUD
v0.3.2
v0.3.1
v0.3.0
v0.2.3
v0.2.2
- Fix for view controller hierarchy inconsistency exception (@LucasVidal)
v0.2.1
v0.2.0
Fixes
- Issue with view control hierarchy inconsistency when show/dismiss calls were called very quickly (#6)
- More consistent window detection (#3)
- Issue with image not being cleared when
nil
is sent to someshow
methods (#8) - Potential crashing issue with sending
nil
as the image parameter - Fix an issue with queued animations for rapid show/dismiss calls would fail (#5)
- Using
MMProgressHUDPresentationStyleNone
sometimes caused HUD to not appear at all after being dismissed once
Features
- Added support for custom determinate progress classes using
[MMProgressHUD progressViewClass]
and theMMProgressView
protocol (#3) - Added linear progress in addition to radial progress (#3)
- Better API parity with M_B_ProgressHUD for easier migration from MBProgressHUD (#3)
- Added
+show
,+showWithTitle:
,+showWithStatus:
and+dismissAfterDelay:
(#3)
Thank You
- Hari Karam Singh, @Club15CC - #5
- Jonas Gessner, @JonasGessner - #3