views:

15

answers:

1

The flow is something like that... The user see a UITableView, when the user click the "edit", the user can delete the UITableView's cell, after that, he /she click done to confirm. Which method is called when the user click the done key? Thank you.

+2  A: 

On UITableViewController it's setEditing: with NO as argument.

Max Seelemann