March 2014
Intermediate to advanced
672 pages
40h 11m
English
Swiping is a clean method for removing items from your UITableView instances. To enable swipes, simply provide the commit-editing-style method. The table takes care of the rest.
To swipe, users drag swiftly from the right side of the cell to the left. The rectangular delete confirmation appears to the right of the cell, but the cells do not display the round remove controls on the left.
After users swipe and confirm, the tableView:commitEditingStyle:forRowAtIndexPath: method applies data updates just as if the deletion had occurred in edit mode.
Read now
Unlock full access