i have problem nsattributedstring. want show checkbox nsattributedstring image :
this code:
nsstring *txt = @"<br><input type='checkbox' >checkbox<br><br>"; nsattributedstring *att = [[nsattributedstring alloc] initwithdata:[txt datausingencoding:nsutf8stringencoding] options:@{nsdocumenttypedocumentattribute:nshtmltextdocumenttype, nscharacterencodingdocumentattribute: @(nsutf8stringencoding)} documentattributes:nil error:nil]; lbltitle.attributedtext = att;
Comments
Post a Comment