gpt4 book ai didi

iphone - 更改 iPhone 中超链接的颜色

转载 作者:行者123 更新时间:2023-12-03 20:21:37 26 4
gpt4 key购买 nike

有没有办法在 UITextView 等情况下更改超链接颜色,例如

.dataDetectorTypes = UIDataDetectorTypePhoneNumber; 

用过吗?

提前致谢!

最佳答案

在 iOS 7 中,您可以使用 UITextView 类的 linkTextAttributes 属性更改超链接颜色。

例如:

aTextView.linkTextAttributes = @{NSForegroundColorAttributeName:[UIColor redColor]};

上述操作将导致链接显示为红色。

关于iphone - 更改 iPhone 中超链接的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1908183/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com