Aryan
f2d50da1f6
Fixed #93 . Make sure that when the menu is changed the old view is removed
2014-11-28 12:24:45 -08:00
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
5aa1fbcd94
Merge pull request #75 from aryaxt/iOS8-Compatability
...
iOS 8 fixes including bug #66
2014-10-01 09:11:50 -07:00
Aryan
ffa26fba5b
iOS 8 fixes including bug #66
2014-10-01 08:57:45 -07:00
Aryan Ghassemi
81378731d9
Merge pull request #73 from aryaxt/Develop
...
Posting Notifications for menu state open/close/reveal
2014-09-06 13:46:34 -07:00
Aryan
eca136202c
Added Notifications for closing/opening/revealing menu #32
2014-09-06 13:39:48 -07:00
Aryan
3513ce023a
Updating project settings
2014-09-06 12:57:26 -07:00
Aryan Ghassemi
da97baea8c
Update README.md
2014-09-06 12:10:45 -07:00
Aryan Ghassemi
5cf9218a78
Update README.md
2014-08-01 09:57:54 -07:00
Aryan Ghassemi
f36d092d32
Update README.md
2014-08-01 09:54:35 -07:00
Aryan
705b9b9371
Updated pod file
2014-07-12 20:23:23 -07:00
Aryan Ghassemi
437270ae30
Fixed issue where sometimes when swiping really quick it's possible to see the wrong menu
2014-06-21 17:58:57 -07:00
Aryan Ghassemi
2a6be6a9fb
Merge branch 'master' of https://github.com/aryaxt/iOS-Slide-Menu
...
* 'master' of https://github.com/aryaxt/iOS-Slide-Menu :
Update README.md
2014-04-30 04:31:47 -07:00
Aryan Ghassemi
9e28dcbfb8
Update README.md
2014-04-30 04:31:04 -07:00
Aryan Ghassemi
1c341f78e0
Update README.md
2014-04-29 21:25:33 -07:00
Aryan Ghassemi
7a6dcf2d9d
Created a demo to demonstrate different features of SlideNavigationController
2014-04-29 20:58:01 -07:00
Aryan Ghassemi
136b1aecf0
Fixed typo in setter method of "enableShadow"
2014-04-20 17:55:46 -07:00
Aryan Ghassemi
19f01241d8
Allow limiting the pan gesture to the sides of the view only. This would be helpful if you want to use the slide-delete functionality of the UITableView and have slide-menu-pan-gesture at the same time
2014-04-20 09:47:49 -07:00
Aryan Ghassemi
3aff93e08e
Throwing an exception when more than 1 instance of SlideNavigationController is being initialized. Can't use dispatch once since SlideNavigationController van be initialized using different constructors
2014-04-20 09:16:59 -07:00
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
d1281e7361
Bug #30 - Turn off interactivePopGestureRecognizer when the slide menu is open.
2014-04-19 09:49:09 -07:00
Aryan Ghassemi
8095b8c58c
- Fixed duplicate viewControllers in storyboard in demo
2014-03-14 19:56:43 -07:00
Aryan Ghassemi
d72c99be3c
Update README.md
2014-02-07 13:10:14 -08:00
Aryan Ghassemi
8939751726
Update README.md
2014-02-07 13:09:21 -08: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
220512c37f
- Reusing logic to enable/disable tap
...
- Moved this logic to the correct methods (accidentally added to willLayoutSubviews instead of willRotateToInterfaceOrientation)
2014-02-02 12:23:30 -08:00
Aryan Ghassemi
a718c6a097
- Fixing glitch, by removing tapGestureRecognizer during rotation
2014-02-02 12:13:10 -08:00
Aryan Ghassemi
25e35c5742
- Simplify code
...
- Make sure that user interaction is enable again after device rotates (while menu is open)
2014-02-02 12:05:37 -08:00
Aryan Ghassemi
af932304ad
Merge pull request #17 from nullproduction/master
...
Blocking gestures in minimized topViewController
- Gonna make some change to fix the glitch that happens when menu is open and device rotates
2014-02-02 12:00:45 -08:00
nullproduction
e04b5f806a
Blocking gestures in minimized topViewController
2014-01-31 15:34:15 +04:00
Aryan Ghassemi
af6e1c33d5
- Adding missing resources to podspec
2014-01-27 22:23:47 -08:00
Aryan Ghassemi
59cc5c3c7c
- Fixed podspec file
2014-01-27 22:07:50 -08:00
Aryan Ghassemi
6c12a07f58
- Updated pod spec file
2014-01-27 21:53:22 -08:00
Aryan Ghassemi
c300cd5a34
- Added license to all new files
2014-01-27 21:39:24 -08:00
Aryan Ghassemi
15619fd4c7
- Updating menu frame and transformation when preparing to reveal, to ensure that even when the app launches in landscape mode the rotation is handled as soon as the menu is about to reveal
2014-01-27 21:33:20 -08:00
Aryan Ghassemi
31351393eb
- Fixed an animation glitch in scale animation
2014-01-27 21:30:36 -08:00
Aryan Ghassemi
8d331af74e
Merge remote-tracking branch 'origin/custom_animation'
...
* origin/custom_animation:
- Cleanup - Fixed typo in property name renamed “leftbarButtonItem” to “leftBarButtonItem”
- Fixed a bug where menu animation does not get completed when switching to another view controller because that viewController is not presenting the menu (delegate return NO or not implemented)
- Some cleanup - Structured menu for a better presentation of slide menu features
- Implemented clear for slide animation - Fixed an issue with scale animation
- Separated all reveal animations from SlideNavigationController - Allowing a custom animation to be passed to slide menu and used for menu reveal animation
- Added scale animation
2014-01-27 20:18:21 -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
8979fde62f
Update README.md
2014-01-27 08:24:31 -08:00
Aryan Ghassemi
f789c52e33
Update README.md
2014-01-26 20:17:37 -08:00
Aryan Ghassemi
66f18ce28d
Update README.md
2014-01-26 20:16:12 -08:00
Aryan Ghassemi
024169558f
Update README.md
2014-01-26 20:06:53 -08:00
Aryan Ghassemi
835e8bedd1
- Fixed a bug where menu animation does not get completed when switching to another view controller because that viewController is not presenting the menu (delegate return NO or not implemented)
2014-01-26 15:47:01 -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
93b7afcfd8
- Implemented clear for slide animation
...
- Fixed an issue with scale animation
2014-01-26 15:05:21 -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
7fa9e10b3e
Fixed glitch where quick swipe in opposite directions may cause the menu not to appear
2014-01-22 15:55:54 -08:00
Aryan Ghassemi
d7ad0e1a34
- Fixed menu rotation issue when app launches in landscape mode
2014-01-22 07:16:44 -08:00