セルを設定し[cell.contentView addSubview:chatView]
ます。chatView には、a UIImageView
、two UILabels
、および UILabel がありbackgroundColor = [UIColor clearColor]
ます。
テーブルの編集中にセルを選択すると、セルが強調表示され、UILabel backgroundColor が強調表示された色に変わります。backgroupColor をキャンセルするにはどうすればよいですか。