如何关闭在UITableView编辑模式当没有更多的单元要删除时?

2025-05-10 13:18:12
推荐回答(2个)
回答1:

if(){ [self.tableView setEditing:!self.tableView.editing animated:YES];}

回答2:

如果不仅仅是[self setEditing:NO animated:YES]?