Irregular animations from UITableView's deleteRowsAtIndexPaths:withRowAnimation:

后端 未结 3 1262

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:42

    Maybe setting the alpha on the cell works as suggested here. Not sure though. problems with animation when deleting the last row of a TableView in ios7

提交回复
热议问题