标签: ios uitableview autolayout
当我在编辑模式下删除单元格并使用reloadsections更新tableview时,单元格大小太高。我使用自定义单元格,但奇怪的是标准字幕'细胞风格。 reloadData不会发生这种情况。我更喜欢使用reloadSections来制作动画。
[self.tableView reloadSections:[NSIndexSet indexSetWithIndex:0] withRowAnimation:UITableViewRowAnimationAutomatic];
有什么想法吗?