Is there a method to implement the following.
I want to show right utility buttons only when user clicks on table cell but not on swipe gesture. Currently its displaying in both. Is there a way to restrict swipe gesture only.
Right now if I use the func swipeableTableViewCell(cell: SWTableViewCell!, canSwipeToState state: SWCellState) -> Bool, then it disables both tap and swipe gesture.
Hi @CEWendel,
Is there a method to implement the following. I want to show right utility buttons only when user clicks on table cell but not on swipe gesture. Currently its displaying in both. Is there a way to restrict swipe gesture only. Right now if I use the func swipeableTableViewCell(cell: SWTableViewCell!, canSwipeToState state: SWCellState) -> Bool, then it disables both tap and swipe gesture.