Thursday, January 07, 2010

iPhone dev Stupidity 119: Table row deletion order

You need to delete the row in the data model first. Then you can delete it in the UITableView.

For UITableView will check the sanity of the data model when deleting rows, there'll be an error if the sanity check fails.

No comments: