Releases: aryaxt/iOS-Slide-Menu
Fixed iOS8 interface orientation deprecated warnings
Bug fixes & animation configuration
Bug Fixes
iOS8 Fixes
Fixed issue where menu moves toward wrong direction in iOS8
NSNotification support
The slide navigation controller now posts notifications when opening/closing/revealing the menu
Minor Bug Fixes
Fixed bug where the wrong menu could appear, when swiping fast between left/right menu
New features & bug fixes
Added new methods for switching between ViewControllers to allow
- Popping all ViewControllers during the switch
- Popping to root during switch
- Enabling/Disabling slide-out animation during the switch
Allows turning shadow on/off
Allow limiting swipe gesture to the side of the menu rather than the whole view
Fixed a bug #30 where the interactive gesture causes the ViewController to be popped when menu is opened, and user swipes to close
A more interactive demo to demonstrate common features
Allow custom animations
Bug fixes
New Animations
Allowing custom animations to be passed to SlideNavigationController
Ability to display a fade/slide animation while revealing/unrevealing menu
Ability to display a fade/slide animation while revealing/unrevealing menu
Orientation-Change Support
Slide-Menu now works on both portrait and landscape
Slide offset can be set for both landscape and portrait
Fixed some ui glitches