vote up 1 vote down star

Hi,

I'm building an interface much like the built-in Weather application's flipside view, or the Alarms view of the Clock application in editing mode. The table view is always in editing mode, so the delete icon appears on the left side of each cell.

When the table view is in editing mode, my delegate doesn't receive didSelectRowAtIndexPath notifications. It receives accessoryButtonTappedForRowWithIndexPath notifications, but that's not what I want to do. I want my rows to stay selectable, even when the table view is in editing mode.

Any ideas on how I can accomplish this?

Thanks,

P.S. Hooray for the lifted NDA. =)

flag

64% accept rate

1 Answer

vote up 4 vote down check

Set table.allowsSelectionDuringEditing to YES.

link|flag
D'OH! Thanks. I don't think it's mentioned in the SDK documentation, though. – Can Berk Güder Oct 6 '08 at 14:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.