What does the UITableView method “deleteRowsAtIndexPaths: withRowAnimation:” do?
问题 ********Update to Question********** If the tableview does not affect the model: Are the index path of onscreen cells changed to reflect their actual position OR are the indexes of deleted cells invisible until reloadData is called? *******Original Question********** I know it marks the cells for deletion and animates the deletion, but what does it do to the model? Does it affect the model at all (I can't imagine it does)? Are the cells "still there" but invisible? When the user begins to