You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: