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

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("点击")
        }
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容