UITableView with self sizing cells becomes jerky when calling deleteRowsAtIndexPaths
问题 I have a UITableView with self sizing cells. Table contains 1 section and some rows. I have some rows say 30 and I want to delete row during didSelectRowAtIndexPath . When I delete a row available near the bottom of tableview (say 28th row ), the rows before 28th row changes their position and it causes jerky animation as a result of deleteRowsAtIndexPaths . See attached gifs for more details. Cells constructed with frame deletion animation Auto Resizing cells Deletion animation - (NSInteger