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
2010-09-10 08:14:13