滚动UITableView时屏幕冻结

时间:2015-07-27 07:08:50

标签: nsattributedstring smooth-scrolling tableviewcell

如果我使用attributedText在UITableViewCell内的标签中显示HTML文本,则在滚动UITableView时屏幕会冻结。

titleLbl.attributedText = [[NSAttributedString alloc] initWithData: [html dataUsingEncoding:NSUTF8StringEncoding] options: @{ NSDocumentTypeDocumentAttribute: NSHTMLTextDocumentType } documentAttributes: nil error: &err];

有人可以指导一些最好的方法来做到这一点......

我试过这个链接,但没有帮助 NSAttributedString freeze UITableView

0 个答案:

没有答案