- FIX: forward status bar style & appearance to child view controllers.
- FIX: fix the toggle of the content view.
- FIX: fix implementation of custom container view controller. (Thanks to Gabriel Reis)
- FIX: rotation issue introduced in 1.5.2 (sorry about that!)
- FIX: rotation issue on panning (issue #8)
- NEW: You can now enable/disable the shadow on the content view. (Thanks to Gabriel Reis & Matt Polito from Hashrocket)
- NEW: add
menuWidth
property, it replacescontentViewWidthWhenMenuIsOpen
- DEPRECATION:
contentViewWidthWhenMenuIsOpen
is now deprecated
- FIX: fix initial bounds of content view controller in viewDidLoad.
- ENHANCEMENT: Remove the panGesture's requirement that the tapGesture fails. (Thanks to David Berry)
- NEW: You can now make the content view bounce when navigating. (Thanks to David Berry)
- FIX: issue #5 has been fixed.
- FIX: fix bridge cast warning when not using ARC.
- FIX: fix performance issue due to the shadow.
- NEW: You can now completly hide the content view and show it partially.
- DEPRECATED APIs:
-setContentViewController:animated:completion:
replaced by-closeMenuBehindContentViewController:animated:completion:
-showContentViewControllerAnimated:completion:
replaced by-closeMenuAnimated:completion:
-showMenuAnimated:completion:
replaced by-openMenuAnimated:completion:
.
- NEW: add
contentViewWidthWhenMenuIsOpen
property.
- IMPORTANT FIX: the pan gesture now works fine.
- NEW: ARC is supported conditionaly.
- NEW: You can now change the slide direction (left -> right or right -> left).
- NEW: add
NVSlideMenuControllerCallbacks
category onUIViewController
. - NEW: default implementation of
NVSlideMenuControllerCallbacks
category has been added to View Controller Containers provided by Apple.
- NEW: add
panGestureEnabled
property. - DEPRECATED:
panEnabledWhenSlideMenuIsHidden
property is now deprecated. - FIX: issue #2 has been fixed.
- UPDATE: make
-[NVSlideMenuController isMenuOpen]
a public API.
- FIX: fix a typo in README for
no ARC compiler flag
.
- NEW: add a nice shadow on the content view controller's view.
- FIX: The menu state is now preserved when presenting a view controller modally.
- First release.