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
Post a Comment