gpt4 book ai didi

ios - UITableViewCell 中突出显示链接电子邮件的 Textview 会更改 TintColor 几秒钟

转载 作者:行者123 更新时间:2023-11-30 13:06:36 25 4
gpt4 key购买 nike

我的 tableViewCell 中有一个 textView。在 Interfacebuilder 中,我为 TextView 设置了链接、邮件和地址检测。因此,所有链接、邮件和地址都会突出显示。 TextView 也是可选的。

我正在使用自动刷新,因此 tableViewCell 的内容将在 30 秒内重新加载。每次发生这种情况时,突出显示都会消失 < 1 秒,然后突出显示会重新出现。

有时这会发生在 tableViewCell 初始化加载时。

iOS 7 中似乎有很多错误...但我至少使用 8.4。

那么有人知道这个 bug 或有一些帮助吗?谢谢

最佳答案

尝试使用属性方法来自定义您的字符串,方法类似于:

let myAttribute = [ NSForegroundColorAttributeName: UIColor.blueColor() ]
let myAttrString = NSAttributedString(string: stringWithLinks, attributes: myAttribute)

这样你就有了自定义的字符串。干得好

关于ios - UITableViewCell 中突出显示链接电子邮件的 Textview 会更改 TintColor 几秒钟,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39287079/

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