如何更改 UITextField 中的链接颜色?

发布于 2024-09-01 13:49:58 字数 185 浏览 2 评论 0原文

有人知道如何更改 UITextField 中的链接颜色或电话号码颜色吗?检测选项会自动将这些东西的颜色更改为蓝色并给它们加下划线,这很好。但是来吧,荧光蓝?真的吗?好吧,我想它在白色背景上看起来不错。

一厢情愿的想法...

textField.linkColor = [UIColor notThatAwfulBlue];

Anyone know how to change the link color or the phone number color in a UITextField? It's nice that the detection option automatically changes the color of these things to blue and underlines them. But come on, fluorescent blue? Really? OK, it looks fine on a white background, I guess.

Wishful thinking ...

textField.linkColor = [UIColor notThatAwfulBlue];

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

天涯离梦残月幽梦 2024-09-08 13:49:58

我可以更改自动检测到的链接的颜色吗UITextView?

对于UITextView,但我想解决方案仍然相关。

Can I change the color of auto detected links on UITextView?

For a UITextView, but I guess the solution is still relevant.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文