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("点击")
}
网友评论