Changing UITableView's section header/footer title without reloading the whole table view
问题 Is there any way to reload the section header/footer of a table view without calling [tableView reloadData]; ? In fact, I want to show the number of cells in a table view's section in its section footer. The table view is editable and I delete or insert rows using – insertRowsAtIndexPaths:withRowAnimation: – deleteRowsAtIndexPaths:withRowAnimation: It seems that these methods do not update the section footer. Strangely, when I call these methods the table view data-source method - (NSString *