Irregular animations from UITableView's deleteRowsAtIndexPaths:withRowAnimation:

后端 未结 3 1260

Summary: In editing mode, I\'m deleting rows in a table view using a custom editing control, rather than the default red minus sign and delete confirmation butt

3条回答
  •  北恋
    北恋 (楼主)
    2021-02-08 04:36

    Try calling [self.listOfItems removeObjectsAtIndexes:self.indexSetOfTickedRows]; at the end of the function instead of at the beginning.

提交回复
热议问题