I have a UIViewController
that implements TableViews delegate and datasource protocols.
Now I want to add "swipe to delete" gesture to cells.
How should I go about it.
I have given a blank implementation of commitEditingStyle
method and also set the Editing property to YES.
Still the swipe feature is not coming .
Now Do I need to separately add UISwipeGesture
to each cell ?
Or am I missing something ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…