aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

Slide menu does not get close on tapping outside the menu on ios 11. #252

Open zeeshansuleman opened 6 years ago

shibbyy commented 6 years ago

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

zeeshansuleman commented 6 years ago

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