How can set the background view of a UITableViewCell to the selected background when it is not selec
Posted
by Tony
on Stack Overflow
See other posts from Stack Overflow
or by Tony
Published on 2010-04-22T23:47:18Z
Indexed on
2010/04/22
23:53 UTC
Read the original article
Hit count: 220
I created a custom implementation of a multi-selectable table view. Multiple rows can be selected programatically. The only part I haven't been able to figure out is how to programatically set the background view of cell to the default system cell selected color/pattern.
Does anyone know how to do this?
Thanks!
© Stack Overflow or respective owner