I know that it may have been set thousands of times, I tried to change the background for my UITablewViewCell with the following:
cell.contentView.backgroundColor = [UIColor colorWithRed:0 green:0.188235 blue:0.313725 alpha:1]; cell.textLabel.backgroundColor = [UIColor colorWithRed:0 green:0.188235 blue:0.313725 alpha:1];
and now I have the following:
How to set the background color of the presentation of accessories?
UPDATE: I have a section title at the top in which it has a white background
source share