2

reloadRowsAtIndexPaths:在 iOS 6 上使用过,运行良好。

[self.tableview beginUpdates];
[self.tableview reloadRowsAtIndexPaths:indexPath withRowAnimation:UITableViewRowAnimationNone];
[self.tableview endUpdates];

这调用cellForRowAtIndexPath:了 iOS 6 上的 tableview,但是,它不调用cellForRowAtIndexPath:iOS 7 上的 tableview,所以我无法更新指定的单元格。

4

0 回答 0