Hiding UITableViewCells when entering edit mode in UITableViewCell (similar to Contacts app)
- 阅读更多 关于 Hiding UITableViewCells when entering edit mode in UITableViewCell (similar to Contacts app)
问题 Does anyone know how to hide a number of cells from the grouped UITableView when entering in edit mode? I would like the rows to hide with animation effect as seen in the Contacts app when going out of editing mode. As you know, when in Contacts editing mode, there are more rows than when switching back to normal mode. I would like to know how the switching is done smoothly. Note that my UITableView subclass is loading static UITableViewCells from the same nib using IBOutlets. 回答1: When you