I've tried to overwrite the accessor for -selectedBackgroundView in a custom UITableViewCell subclass. However, the cell keeps using the default blue selection background when the cell is selected. How to change that?
I'm actually pretty sure that this blue selection thing is the selectedBackgroundView ... what else should be responsible for this blue background which has a light gradient? The strange thing though, is that the contentView is above that, and while it has a backgroundColor other than [UIColor clearColor], this selectedBackgroundView still seems to shine through. Really strange.