1:cell.selectionStyle = UITableViewCellSelectionStyleNone;
2: label.layer.backgroundColor = UIColorFromRGBWithAlpha(0x101010, 0.4).CGColor;
(label为背景会变透明的子view,不要设置label的backgroundColor,会影响)
(label为背景会变透明的子view,不要设置label的backgroundColor,会影响)
本文标题:UITableView UITableViewCell点击时,子
本文链接:https://www.haomeiwen.com/subject/tcfimxtx.html
网友评论