views:

235

answers:

1

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?

+2  A: 

Set the UITableView property allowsSelectionDuringEditing to YES.

gerry3