MBProgressHUD Changelog

What's new in MBProgressHUD 1.0.0

Sep 17, 2016
  • Requires ARC and iOS 6+.
  • Includes a new default design for iOS 7+.
  • Deprecates certain helpers and exposes some more flexible API.
  • Removes KVO observing of local properties.
  • Migrates layout code to Auto Layout.
  • Includes a rewritten demo app.
  • Includes a rewritten iOS example app.
  • Updates and extends documentation.
  • Adds a new button property (cancellation support).
  • Adds support for NSProgress
  • Adds a new customizable background view class.
  • Adds new assertions.
  • Adds basic unit tests.
  • Adds support for motion effects.
  • Adds nullability.
  • Adds basic interface builder support.
  • Adds tvOS support.
  • Adds a simple tvOS example app.
  • Improves behavior when showing and hiding in quick succession.
  • Improves support for UIAppearance.
  • Various smaller bug-fixes

New in MBProgressHUD 0.9.2 (Dec 22, 2015)

  • Timer improvements
  • Additional assertions
  • Added a framework target
  • Tint progress tint color enhancements

New in MBProgressHUD 0.9.1 (Apr 21, 2015)

  • Bug fixes
  • Modernization

New in MBProgressHUD 0.9 (Aug 12, 2014)

  • iOS 8 compatibility and some bug fixes.
  • Additional iOS 7 / iOS 8 styling enhancements.
  • Improved 64bit support.
  • Demo modernization.

New in MBProgressHUD 0.8 (Sep 20, 2013)

  • iOS 7 compatibility and some bug fixes.

New in MBProgressHUD 0.7 (Sep 20, 2013)

  • Added horizontal bar mode. (jjxtra).
  • CI integration.

New in MBProgressHUD 0.6 (Sep 20, 2013)

  • Full cocoapods support.
  • Static library integration option.
  • Improved blocks support.
  • Bezel color.
  • Demo app fixes (iOS 6).
  • Various bug-fixes and enhancements.

New in MBProgressHUD 0.5 (Sep 20, 2013)

  • Major source code modernization and cleanup (KVO, layout code, instance vars, etc.).
  • New annular determinate mode.
  • New text only mode.
  • Added a static library project and Xcode 4 workspace.
  • Added methods to find and return HUD(s) on a view.
  • Various bug fixes.
  • Various demo project enhancements (hi-res rescues, new samples).