-
Notifications
You must be signed in to change notification settings - Fork 158
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
Prevent menu from opening #17
Comments
@sadanro100 Hi! public class KYDrawerController: UIViewController, UIGestureRecognizerDelegate {
:
var screenEdgePanGestureEnabled: Bool
:
} Please wait a while. |
@sadanro100 Hi. |
Thank you very much for you attention and help. :) |
sample code on #123 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to prevent the menu from opening in specific ViewControllers I had to set the menu width to 0 and set it to .Closed when the delegate tells me it's been opened.
Besides not being elegant, the dark overlay appears for a slight moment.
Any other way around it?
Thanks.
The text was updated successfully, but these errors were encountered: