SWRevealViewController
SWRevealViewController copied to clipboard
added right view controller panGestureRecognizer and frontoverlay option
Now you can use a panGestureRecognizer for rightViewController.
You also have an overlay for interaction to be blocked in the frontView (shouldUseFrontViewOverlay = true) in case the user toggles or pans the rear or right views controllers.
Why? It seems that we already could use panGesture on right view as well on rear view...
@iDevelopper could you? I didn't find any straightway form to do it, maybe i've missed it? anyway, the frontoverlay is now activated when you pan either from the right or left, without any animation still. Gonna work on this now,
There are already a pan and a tap gesture in this library! Just call them in your front view controller and all is done!
Sry im new in IOS Dev, i would like to ask that if the right view is in shown is full page after toggle? so the pan gesture in this library not able to hide back the right view to the right side isn't?
Yes you are right! You can use https://github.com/iDevelopper/PBRevealViewController instead!