UITableView怎么在编辑状态可以选中Cell
UITableView如何在编辑状态可以选中Cell
如题。
当UITableView进入Editng状态,选中cell
能响应didSelectRowAtIndexPath
[self.tableView setAllowsSelectionDuringEditing:YES];
如题。
当UITableView进入Editng状态,选中cell
能响应didSelectRowAtIndexPath
[self.tableView setAllowsSelectionDuringEditing:YES];