UITableView UITableViewCell点击时,子

2017-11-10  本文已影响8人  奋斗中的Kevin

1:cell.selectionStyle = UITableViewCellSelectionStyleNone;  

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

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

上一篇下一篇

猜你喜欢

热点阅读