我可以展示" ...阅读更多"在UILabel中使用TTTAttributedLabel。
[lblContent setAttributedTruncationToken:str];
但是当用户点击该文本时,我需要触发另一个操作。我尝试修改TTTAttributedLabel内部并且它不正常。我该怎么办?
答案 0 :(得分:0)
试试这个:
label.attributedTruncationToken = NSAttributedString(string: "...Read more", attributes: [NSFontAttributeName : label.font, NSForegroundColorAttributeName : UIColor.blueColor()])