Wednesday, December 16, 2009

iPhone dev Stupidity 115: UITableView delete section

When items of a section are deleted, the section is deleted automatically - no need to write section delete code like:


[self.tableView deleteSections: [NSIndexSet indexSetWithIndex: section] withRowAnimation: UITableViewRowAnimationLeft];


No comments: