美文网首页
YYLabel 有点击效果,表情乱码的bug

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

作者: 火山脚下 | 来源:发表于2021-08-06 18:05 被阅读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("点击")
        }

相关文章

网友评论

      本文标题:YYLabel 有点击效果,表情乱码的bug

      本文链接:https://www.haomeiwen.com/subject/szlivltx.html