I set the cell [cell.contentView addSubview:chatView].The chatView has a UIImageView, two UILabels, and UILabel backgroundColor = [UIColor clearColor].
When the table is editing, I select the cell, the cell highlighted, and the UILabel backgroundColor changes highlighted color. How can I cancel the backgroupColor.
I subclass the UITableViewCell,and override the method
- (void)setSelected:(BOOL)selected animated:(BOOL)animated