I have a UIViewController that implements the delegate protocols TableViews and datasource . Now I want to add “swipe to remove” gestures to the cells.
How should I do it.
I gave an empty implementation of the commitEditingStyle method, and set the Edit property to YES.
However, the swipe function is not suitable.
Now I need to separately add a UISwipeGesture to each cell?
Or am I missing something?
ios uitableview uiswipegesturerecognizer
Amogh Talpallikar Jan 24 '12 at 6:59 2012-01-24 06:59
source share