UIWebView的UITableViewCell中在滚动时得到刷新(UIWebView in UI

2019-08-01 08:31发布

我有一个自定义的UITableViewCell与UIWebView中显示在用户的活动超链接文本(参见附图).UIWebView通常采取秒来加载HTML数据。 同时在滚动过程中,一个UIWebView将再次得到刷新,并采取更加秒,这看起来非常奇怪。

我试过FancyLabel ,但没能达到同样的效果。

任何帮助,将不胜感激。

Answer 1:

尝试NSAttributedString这个问题。 按照提到的链接:

http://developer.apple.com/library/mac/#qa/qa1487/_index.html http://snippets.aktagon.com/snippets/358-How-to-make-a-clickable-link-inside- A-的NSTextField-和可可

您也可以尝试CoreText ,但它与编码领域中开销drawRect : http://www.cocoanetics.com/2011/01/befriending-core-text/



文章来源: UIWebView in UITableViewCell getting refreshed while scrolling