objective c - iOS: Faster way to format html text to attributed text? -
i have method format html text attributed text following. however, method painfully slow. there way achieve faster?
self.textlbl.attributedtext = [[nsattributedstring alloc] initwithdata: [html datausingencoding:nsunicodestringencoding] options:@{ nsdocumenttypedocumentattribute: nshtmltextdocumenttype } documentattributes:nil error:nil];
Comments
Post a Comment