Closed bandy101 closed 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 =(
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.
Have you tried setting panFromEdge
to YES
?
Over looked this property @romaonthego setting it to YES works without the need of the added function. Thanks!
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
when my tableview use canEditRowAtIndexPath,it may not work. tks