-
Notifications
You must be signed in to change notification settings - Fork 986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slide reveal only with screen edge gesture #775
Comments
|
Thank you so much @iDevelopper noticed that setting reveal view draggable border width as below self.revealViewController.draggableBorderWidth = 50; works but found that after opening reveal, it does not close the reveal by dragging. but the setting reveal delegate and adding delegate method works perfectly. Just a question, is there a way to share the above delegate method in all views or do we need to add the code in every view controller? |
How can we restrict sliding of the reveal only with screen edge gesture rather than on swiping any where on screen.
Currently the reveal slides and show left option menu even when we swipe to right from right edge..
The text was updated successfully, but these errors were encountered: