如何更改 UITextField 中的链接颜色?
有人知道如何更改 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可以更改自动检测到的链接的颜色吗UITextView?
对于UITextView,但我想解决方案仍然相关。
Can I change the color of auto detected links on UITextView?
For a UITextView, but I guess the solution is still relevant.