When I click on my UITableViewCell
, the background part (the areas that my background image doesn't cover) turns blue when I click on the cell. Also, all of the UILabel
s on the cell turn to white when it is clicked which is what I want.
However what I do not want is the blue background when I click it but if I do selectionstylenone
, then I lose the highlighted colours for the UILabel
s in the cell.
So is there any way to just get rid of the blue background when the cell is clicked but to keep the highlighted colors of the UILabel
s?