Commit 850f8c3e authored by DavidHuang's avatar DavidHuang

文案 优化

parent a11671e2
......@@ -95,7 +95,10 @@ class YHLiveMessageCell: UITableViewCell {
func configureUserEnterRoomMessage(_ usename: String) {
let contentAtt = (ASAttributedString(string: " \(usename)", .foreground(UIColor.brandMainColor), .font(UIFont.PFSC_R(ofSize: 13))))
contentLabel.attributed.text = contentAtt
let contentAtt = (ASAttributedString(string: " \(usename)", .foreground(UIColor.white.withAlphaComponent(0.65)), .font(UIFont.PFSC_R(ofSize: 13))))
let tipsAtt = ASAttributedString(string: " 进入直播间", .foreground(UIColor.white), .font(UIFont.PFSC_R(ofSize: 13)))
contentLabel.attributed.text = contentAtt + tipsAtt
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment