UITableView, Multi Select and Swipe To Delete

Tuesday, November 29th, 2011

I was having a problem recently with a UITableView, where the swipe-to-delete gesture wasn’t working. The documentation is pretty clear that your table will get the swipe to delete behaviour if you implement the [cci]tableView:commitEditingStyle:forRowAtIndexPath:[/cci] method in your [cci]UITableViewDataSource[/cci] delegate. So, in other words, implementing this one method in your data source should be enough […]