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?
Set "Editing" property to "Single Selection During Editing"
Set the UITableView property allowsSelectionDuringEditing to YES.
UITableView
YES