I have a UIView that is just a colored square in my subclass of UITableViewCell. It is on the LHS of the UITableViewCell.
Depending on the data, I show the colored square. The problem is when I highlight the cell, the UIView gets covered. Is there something that changes this behavior? Or do I need to highlight the cell with a color with less than the default iOS blue?
You should be able to change the UITableViewCell’s ‘selectedBackgroundView’ property to a UIView with a transparent background color.