Selecting row while UITableView is in editing mode

2019-03-17 03:01发布

问题:

I have a UITableView where when I put it in editing mode, I want selective rows to be selectable, however, they are not. Is there a way I can force them to be selectable?

回答1:

Set the UITableView property allowsSelectionDuringEditing to YES.



回答2:

Set "Editing" property to "Single Selection During Editing"