nverinaud / NVSlideMenuController

A slide menu done right for iOS.
MIT License
175 stars 33 forks source link

UITableViewCell swipe gesture is conflicting with Slide Menu gesture #35

Closed boominadhaprakash closed 8 years ago

boominadhaprakash commented 8 years ago

Hi,

I am facing problem because of the SlideMenu Controller Pan Gesture conflicts with UITableViewCell Swipe Gesture.

CommitEditingStyle TableView function is not working. Please tell me the solution to fix this problem.

nverinaud commented 8 years ago

Hi @boomi1990,

I suggest you to disable the slide menu controller pan gesture when using an editable table view.

Please feel free to reopen this issue if this does not solve your problem :-)