user347161
user347161

Reputation: 327

tablecell not getting selected

I am facing a problem with the group table view in editing mode... I have one grouped table view with a edit button added to the navigation item . When the table is in non editing mode i can select the table cells and the selection is shown... But when table goes in editing mode ,by pressing the edit button, i cant select the table cells ..

Can anyone point out a solution for this,,,,

Upvotes: 0

Views: 64

Answers (1)

Mike Weller
Mike Weller

Reputation: 45598

tableView.allowsSelectionDuringEditing = YES;

'nuff said

Upvotes: 1

Related Questions