Skip to content

Releases: aryaxt/iOS-Slide-Menu

Fixed iOS8 interface orientation deprecated warnings

11 Apr 17:56
Compare
Choose a tag to compare

Bug fixes & animation configuration

12 Mar 04:37
Compare
Choose a tag to compare
  • Fixed warning in pod spec #120
  • Allow configuring animation duration and animation option #98

Bug Fixes

28 Nov 22:25
Compare
Choose a tag to compare

Fixed #93 - Allow swapping menus
Fixed #89 - Fixed slide animation bug on iOS8

iOS8 Fixes

01 Oct 16:13
Compare
Choose a tag to compare

Fixed issue where menu moves toward wrong direction in iOS8

NSNotification support

06 Sep 20:48
Compare
Choose a tag to compare

The slide navigation controller now posts notifications when opening/closing/revealing the menu

Minor Bug Fixes

13 Jul 03:31
Compare
Choose a tag to compare

Fixed bug where the wrong menu could appear, when swiping fast between left/right menu

New features & bug fixes

03 May 19:14
Compare
Choose a tag to compare

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

28 Jan 06:26
Compare
Choose a tag to compare

Bug fixes
New Animations
Allowing custom animations to be passed to SlideNavigationController

Ability to display a fade/slide animation while revealing/unrevealing menu

08 Jan 03:39
Compare
Choose a tag to compare

Ability to display a fade/slide animation while revealing/unrevealing menu

Orientation-Change Support

06 Jan 16:08
Compare
Choose a tag to compare

Slide-Menu now works on both portrait and landscape
Slide offset can be set for both landscape and portrait
Fixed some ui glitches