Commit Graph

20 Commits

Author SHA1 Message Date
Aryan Ghassemi fd9a508323 - Added option to enable/disable shadow 2014-04-19 14:08:55 -07:00
Aryan Ghassemi 38f6bb528c Added new methods used for switching between ViewControllers and deprecated switchToViewController:withCompletion:. These new methods have more meaningfull names and decribe exactly what happends during a switch. You can also disable slide out animation using these new methods 2014-04-19 13:44:21 -07:00
Aryan Ghassemi 439a6d76aa - Added bounce functionality (Let's say the right menu is for notifications, when you receive notification you bounce the right menu to let the user know that they should open the right menu to view the notification) 2014-02-07 13:07:26 -08:00
Aryan Ghassemi 2b3be430f3 - Cleanup
- Fixed typo in property name renamed “leftbarButtonItem” to “leftBarButtonItem”
2014-01-27 20:17:32 -08:00
Aryan Ghassemi a759310b3b - Separated all reveal animations from SlideNavigationController
- Allowing a custom animation to be passed to slide menu and used for menu reveal animation
2014-01-26 14:47:32 -08:00
Aryan Ghassemi 373be13080 - Added scale animation 2014-01-26 12:28:45 -08:00
Aryan Ghassemi 17c29fcdfa - Making the methods for opening and closing menu public
- Added 2 new public methods to toggle left and right menu, to be used for customization (Passing a custom UIBArButtonItem with a UIButton as custom view)
- Added a public method to determine whether the menu is open or not
- Fixed the issue where on iOS6  landscape mode the menu would go below the status bar
- Fixed the problem fade animation was applying alpha to the menu instead of fadeView
- Added all content to iPad story board for demo
2014-01-21 21:09:52 -08:00
Aryan Ghassemi bbdad1962a - Added ability to display animations (Slide/Fade) when revealing the menu 2014-01-06 21:52:27 -08:00
Aryan Ghassemi 48fc91164a - Fix typo in property for rightMenu (renamed from righMenu to rightMenu)
- Avoid the weird background animation of the shadow when rotating device
2014-01-05 14:41:35 -08:00
Aryan Ghassemi 1b5b643ef3 - Allowing the slide offset to be set on portrait and landscape mode 2014-01-05 10:18:22 -08:00
Aryan Gh d39613d831 - Updated Licensing to MIT
- Added pod file
2013-08-28 20:49:25 -07:00
Aryan Gh 882fadf0d9 - Added Licensing 2013-07-28 20:36:43 -07:00
Aryan Gh 0d1d53ce27 - Added a property to be able ti turn swipe gesture off/on
- SlideMenu enables swipe on default
2013-05-12 19:08:18 -07:00
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