• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

ios - 如何更改 UITextView 超链接选择背景颜色?

[复制链接]
菜鸟教程小白 发表于 2022-12-12 19:22:42 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

我正在使用 UITextView 来选择主题标签。它可以完美地检测水龙头。我的问题是选择颜色。它看起来是黑色的,我希望文本在选择时淡化一点。 这是我现在得到的:

screenshot

我尝试过更改 tintColorNSForegroundColorAttributeNameNSBackgroundColorAttributeName,但它不起作用。



Best Answer-推荐答案


对于检测到的链接的选定或突出显示颜色没有记录属性,但您应该能够通过覆盖委托(delegate)方法 textView:shouldInteractWithURL:inRange: 并更改颜色来实现相同的效果自己。

来自 UITextViewDelegate协议(protocol)引用:

The text view calls this method if the user taps or long-presses the URL link. Implementation of this method is optional. By default, the text view opens the application responsible for handling the URL type and passes it the URL. You can use this method to trigger an alternative action, such as displaying the web content at the URL in a web view within the current application.

最后一个参数是一个名为 characterRange 的 NSRange 对象,它表示包含被点击的 URL(或主题标签)的字符范围。使用该范围,您应该能够添加诸如 NSForegroundColorAttributeName 之类的属性,以便仅更改被点击的特定主题标签的颜色。

您可能希望恢复对 touchesEndedtouchesCancelled 的任何更改。

或者,您可以 make your own subclass and manually handle the above .

关于ios - 如何更改 UITextView 超链接选择背景颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36596010/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap