我有tableView一些用户可以重新排序的问题,所以我将属性设置setEditing为YES
[questionTableView setEditing:YES animated:YES];
我也不希望我的用户删除任何既不添加的行,所以我在其委托函数中返回了UITableViewEdtitingStyleto 。UITableViewCellEditingStyleNone;
我有tableView一些用户可以重新排序的问题,所以我将属性设置setEditing为YES
[questionTableView setEditing:YES animated:YES];
我也不希望我的用户删除任何既不添加的行,所以我在其委托函数中返回了UITableViewEdtitingStyleto 。UITableViewCellEditingStyleNone;