解:需重寫cell的高亮狀態(tài),讓cell在高亮?xí)r在設(shè)置子控件的背景色。
- (void)setHighlighted:(BOOL)highlighted animated:(BOOL)animated
{
UIColor*backgroundColor =self.limit.backgroundColor;
[supersetHighlighted:highlightedanimated:animated];
//重點(diǎn)代碼
self.limit.backgroundColor= backgroundColor;
}