问题
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"
来源:https://stackoverflow.com/questions/2300831/selecting-row-while-uitableview-is-in-editing-mode