Dynamically add a new row as Add in UITableView in edit mode?
- by David.Chu.ca
I have a table view with 0 or n rows of data from datastore. I added a customized Edit button on the right of the view's navigation bar. By default, when the edit button is clicked, in the action event, I set the view as edit mode:
[self.tableView setEditing:YES animated:YES];
I would like to add a row at the end of the table view with Add…