romaonthego / RESideMenu

iOS 7/8 style side menu with parallax effect.
MIT License
7.09k stars 1.35k forks source link

UITableViewCell Swipe to delete Conflict #90

Closed bandy101 closed 10 years ago

bandy101 commented 10 years ago

when my tableview use canEditRowAtIndexPath,it may not work. tks

matthewkrueger commented 10 years ago

Bump. With the panGestureEnabled, "swipe right to left" for deleting table view cells only works if you swipe super fast. Had to disable panGesture, which is a bummer =(

kristiandelay commented 10 years ago

add the following code to RESideMenu.m will help the swipe left gesture to happen without the fast swipe. BUT when trying to swipe right on the cell to retract the delete button, the menu will slide out while the cell slides closed at the same time.

romaonthego commented 10 years ago

Have you tried setting panFromEdge to YES?

kristiandelay commented 10 years ago

Over looked this property @romaonthego setting it to YES works without the need of the added function. Thanks!

herman5 commented 8 years ago

I'm having this issue even with panFromEdge set to YES

The only way to get the delete option to show is with swiping very quickly