If your application supports both landscape and portrait and supports iOS versions below 8, use version 1.4.5. iOS Slide Menu built on top of UINavigationController, with configurable buttons, reveal animations and tap/swiper gesture recognizers. Enabling shouldRecognizeSimultaneouslyWithGestureRecognizer was causing issues, if you are seeing unexpected gesture behavior delete the pod and reinstall as that method has been removed. You decide whether to enable or disable slide functionality on each viewController by implementing the following delegate methods of SlideNavigationControllerDelegate. These methods are optional, and if not implemented the menu functionality will be disabled for that particulat viewController.
Features
- Custom Animations
- Configure Left and Right menu for different Viewcontrollers
- iOS Slide Menu built on top of UINavigationController
- With configurable buttons and reveal animations
- Tap/swiper gesture recognizers
- Allows limiting pan gesture to the sides of the view
- Allows turning shadow on/off