YYLabel 有点击效果,表情乱码的bug

2021-08-06  本文已影响0人  火山脚下

https://blog.csdn.net/weixin_40880793/article/details/80702265

image.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("点击")
        }
上一篇 下一篇

猜你喜欢

热点阅读