UITableViewCell checkmark change on select
Posted
by user333673
on Stack Overflow
See other posts from Stack Overflow
or by user333673
Published on 2010-05-09T09:19:14Z
Indexed on
2010/05/09
9:28 UTC
Read the original article
Hit count: 388
Am I correct in thinking that to change the checkmark for "on" to "off", I must change the CellAccessoryType
between none
and checkmark
on the didSelectRowAtIndexPath
?
Because I have done this but I have noticed the behaviour is not perfectly identical to like the checkmark cells on the auto lock settings on the iphone.
Or is there some other way checkmarks are meant to be handled?
© Stack Overflow or respective owner