objective c - iOS: How to make a custom swipe-to-delete function in UITableView? -


i want wipe-to-delete same ios system's,but want self-define this.

not use this:

- (void)tableview:(uitableview *)tableview          commiteditingstyle:(uitableviewcelleditingstyle)editingstyle           forrowatindexpath:(nsindexpath *)indexpath 

by way,i want same effect system's.

create own sliding cell slide view of cell. else explore custom controls in cocoacontrols.com here 1 of them https://github.com/ask-fm/afmslidingcell


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -