I am trying to add background color to my cell but was not able to color the portion with the disclosure indicator (see screenshot below)
What can I do to color the entire cell? My implementation as follows.
cell.contentView.backgroundColor = [UIColor colorWithHexString:@"#FFFFCC"];
//Clear colors for labels
cell.textLabel.backgroundColor = [UIColor clearColor];
cell.detailTextLabel.backgroundColor = [UIColor clearColor];