1
終止應用程序由於uncaught exception NSInternalInconsistencyException
,UITableView的動畫崩潰發生的歷史,同時插入和刪除
原因:Cell animation stop fraction must be greater than start fraction
同時使用
[self.tableView insertRowsAtIndexPaths:indexPathsToInsert withRowAnimation:insertAnimation];
[self.tableView deleteRowsAtIndexPaths:indexPathsToDelete withRowAnimation:deleteAnimation];
嘗試將動畫設置爲nil。動畫會出現問題。 – user1673099
你可以看看這個線程: http://stackoverflow.com/questions/11664766/cell-animation-stop-fraction-must-be-greater-than-start-fraction – Alex
你使用任何頁眉/頁腳? – iOS