Commit Graph

7 Commits

Author SHA1 Message Date
Aryan Gh 89d598fdbf - Fixed typo in delegate methods of SlideNavigationController ("slideNavigationControllerShouldSisplay" to "slideNavigationControllerShouldDisplay")
- Renamed SwitchViewController method to switchToViewController
- Fixed the bug where Navigation Items added in storyboard were being removed by the SlideMenu
2013-05-11 23:06:27 -07:00
Aryan Gh de6496c47e - Fixed a spelling mistake on protocol name 2013-04-29 17:50:07 -07:00
Aryan Gh 4c74a5b105 - Avoid switching to ViewController if it's the same class type as the current view controller, and instead just close the slide menu
- this option is configurable by setting a bool called avoidSwitchingToSameClassViewController
2013-04-27 10:18:35 -07:00
Aryan Gh d8867cfb3e - Got rid of left and right bar button image
- Allowing custom barbuttons to be passed, and used for both right and left bar buttons menu items
2013-04-27 00:59:33 -07:00
Aryan Gh 7f1765938c - Simplified the code
- Added a tap recognizer to close the menu when the ViewController is tapped
2013-04-26 21:39:37 -07:00
Aryan Gh e393a02d1b - Added touch recognizer to be used by slide menu 2013-04-26 00:33:35 -07:00
Aryan Gh fa1a11995c - Initial Commot 2013-04-25 22:34:42 -07:00