added right view controller panGestureRecognizer and frontoverlay option#717
Open
carlosmouracorreia wants to merge 3 commits into
Open
added right view controller panGestureRecognizer and frontoverlay option#717carlosmouracorreia wants to merge 3 commits into
carlosmouracorreia wants to merge 3 commits into
Conversation
|
Why? It seems that we already could use panGesture on right view as well on rear view... |
Author
|
@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! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.