且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在UITableViewCell中,如何将删除确认模式恢复为正常编辑模式?

更新时间:2023-02-02 17:23:26

对于仍在寻找它的其他人,这对单个单元格进行了平滑,相反的过渡:

for anyone else still looking for this, this does a smooth, opposite transition for a single cell:

[tableView setEditing:FALSE animated:TRUE];