Skip to content

0.1.0

Compare
Choose a tag to compare
@kcharwood kcharwood released this 03 Jul 14:36
· 241 commits to master since this release

0.1.0 (Wednesday, May 15th, 2013)

  • NEW MMDrawerController now properly supports full view controller containment. The drawer view controllers will properly receive their view appearance methods at the correct time now, including every time they are about to become visible. Please note that mm_drawerWillApear has now been deprecated. More notes below. (Kevin Harwood, Lars Anderson)
  • FIXED an issue(#9) where the drawer could bounce, even if no drawer was set. (Kevin Harwood)
  • FIXED an issue(#14) where open center interaction state could be incorrectly applied if a new view controller is pushed onto a center view controller when a drawer is open. (Kevin Harwood)
  • DEPRECATED Support for the mm_drawerWillAppear method in the UIViewController+MMDrawerController category is no longer available. Please move any logic contained within this method to viewWillAppear: in your drawer view controllers. This method will no longer be called going forward.