Skip to content

v0.2.0

Choose a tag to compare

@larsacus larsacus released this 15 Oct 22:39
· 41 commits to master since this release

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 some show 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 the MMProgressView 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