【UITextView】修改加载的html片段中的a标签颜色
程序员文章站
2023-12-23 15:36:04
...
UITextView的属性linkTextAttributes
tv.linkTextAttributes = @{NSForegroundColorAttributeName:kColorWithHex(0xE95831)};