Skip to content
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 menu does not get close on tapping outside the menu on ios 11. #252

Open
zeeshansuleman opened this issue Oct 12, 2017 · 2 comments
Open

Comments

@zeeshansuleman
Copy link

No description provided.

@shibbyy
Copy link

shibbyy commented Oct 17, 2017

Comment this line below in viewWillLayoutSubviews
[self enableTapGestureToCloseMenu:NO];
It is because viewWillLayoutSubviews method gets called in iOS 11 initially.

@zeeshansuleman
Copy link
Author

enableTapGestureToCloseMenu
the method is undefined . where should i write it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants