【发布时间】:2013-10-16 09:03:26
【问题描述】:
由于uncaught exception NSInternalInconsistencyException而终止应用,
原因: Cell animation stop fraction must be greater than start fraction
使用时
[self.tableView insertRowsAtIndexPaths:indexPathsToInsert withRowAnimation:insertAnimation];
[self.tableView deleteRowsAtIndexPaths:indexPathsToDelete withRowAnimation:deleteAnimation];
【问题讨论】:
-
尝试将动画设置为nil。动画会有问题。
-
你可以看看这个帖子:stackoverflow.com/questions/11664766/…
-
您是否使用任何页眉/页脚?
-
是的,我正在使用页眉和页脚。
标签: iphone ios ipad uitableview