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

conflict with tableview delete gesture & slide menu gesture? #242

Open maulikshah09 opened 7 years ago

maulikshah09 commented 7 years ago

In my app tableview swipe to delete not work. when i swipe in tableview then conflict with slide menu. if i disable side menu gesture then tableview swipe to delete work.how can i solve my problem? i want both gesture work. if I swipe to left side then open side menu and i swipe on tablevuiew then swipe to delete gesture

maulikshah09 commented 7 years ago

replace This Slide menu Files and Check

Slide menu.zip

maulikshah09 commented 7 years ago

@aryaxt please update this files in your code.. to resolve this issue

devImpChen commented 6 years ago

try close enableSwipeGesture nav.enableSwipeGesture = NO