Selecting row while UITableView is in editing mode

skylerl picture skylerl · Feb 20, 2010 · Viewed 19.9k times · Source

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?

Answer

gerry3 picture gerry3 · Feb 20, 2010

Set the UITableView property allowsSelectionDuringEditing to YES.