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