如果我使用attributedText在UITableViewCell内的标签中显示HTML文本,则在滚动UITableView时屏幕会冻结。
titleLbl.attributedText = [[NSAttributedString alloc] initWithData: [html dataUsingEncoding:NSUTF8StringEncoding]
options: @{ NSDocumentTypeDocumentAttribute: NSHTMLTextDocumentType } documentAttributes: nil error: &err];
有人可以指导一些最好的方法来做到这一点......
我试过这个链接,但没有帮助 NSAttributedString freeze UITableView