// 解决UITableViewCell选中状态下UILabel背景消失的问题
label.backgroundColor = [UIColor clearColor];
label.layer.backgroundColor = GlobalRed.CGColor;
// 解决UITableViewCell选中状态下UILabel背景消失的问题
label.backgroundColor = [UIColor clearColor];
label.layer.backgroundColor = GlobalRed.CGColor;