iOS-Slide-Menu icon indicating copy to clipboard operation
iOS-Slide-Menu copied to clipboard

conflict with tableview delete gesture & slide menu gesture?

Open maulikshah09 opened this issue 8 years ago • 3 comments

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 avatar Feb 16 '17 10:02 maulikshah09

replace This Slide menu Files and Check

Slide menu.zip

maulikshah09 avatar Feb 27 '17 06:02 maulikshah09

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

maulikshah09 avatar Feb 27 '17 07:02 maulikshah09

try close enableSwipeGesture nav.enableSwipeGesture = NO

devImpChen avatar Mar 15 '18 13:03 devImpChen