YYLabel 有点击效果,表情乱码的bug
2021-08-06 本文已影响0人
火山脚下
https://blog.csdn.net/weixin_40880793/article/details/80702265
![](https://img.haomeiwen.com/i13338396/d8b3ace130c7ba4c.png)
如图,因为在swift中计算的时候要用username.utf16.count,不要用username.count
代码如下:
text.yy_setTextHighlight(NSMakeRange(0, username.utf16.count), color:.red, backgroundColor:nil) {[weak self] (containerView, text, range, rect) in
print("点击")
}