Commit Graph

15 Commits

Author SHA1 Message Date
Aryan cf05a15b2f A right bar button that is added in storyboard, and has nothing todo with slide functionality 2014-11-28 12:23:23 -08:00
Aryan Ghassemi 7a6dcf2d9d Created a demo to demonstrate different features of SlideNavigationController 2014-04-29 20:58:01 -07:00
Aryan Ghassemi 8095b8c58c - Fixed duplicate viewControllers in storyboard in demo 2014-03-14 19:56:43 -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 f1025d7792 - Some cleanup
- Structured menu for a better presentation of slide menu features
2014-01-26 15:27:57 -08:00
Aryan Ghassemi 373be13080 - Added scale animation 2014-01-26 12:28:45 -08:00
Aryan Ghassemi d7ad0e1a34 - Fixed menu rotation issue when app launches in landscape mode 2014-01-22 07:16:44 -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 1350104883 - Fixed warnings 2013-12-31 10:51:22 -08:00
Aryan Ghassemi 3f9cbe0e00 - Better sample to demonstrate use of SlideNavigationController 2013-12-31 09:23:35 -08: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 42d6964205 - UI improvement on the project to demonstrate the features in a clear way 2013-04-26 23:59:10 -07:00
Aryan Gh 1250954205 - Got rid of unused files (category)
- Added shadow to the slide menu
2013-04-26 21:52:16 -07:00
Aryan Gh fa1a11995c - Initial Commot 2013-04-25 22:34:42 -07:00
Aryan Gh 1edb69f4f1 - Initial Upload 2013-04-24 21:09:33 -07:00