UITableView UITableViewCell点击时,子view背景色消失

1:cell.selectionStyle = UITableViewCellSelectionStyleNone;  

2: label.layer.backgroundColor = UIColorFromRGBWithAlpha(0x101010, 0.4).CGColor;

(label为背景会变透明的子view,不要设置label的backgroundColor,会影响)

你可能感兴趣的:(UITableView UITableViewCell点击时,子view背景色消失)