iPhone UITableViewCell selectionStyle when editing?
Posted
by marchinram
on Stack Overflow
See other posts from Stack Overflow
or by marchinram
Published on 2010-03-26T23:01:09Z
Indexed on
2010/03/26
23:03 UTC
Read the original article
Hit count: 594
Hello, I know I can change the selectionStyle of a UITableViewCell to make it highlight blue or grey when selected, but how can I change this when in editing mode. I dont want the cell to normally by selectable, only when in editing mode, like the Alarm part of the Clock application. Thanks
© Stack Overflow or respective owner