I did this on UITextView as follows:
[detailView loadHTMLString:[NSString stringWithFormat:@"<div style='text-align:justify; font-size:13px;font-family:HelveticaNeue;color:#362932;'>%@",[model.dict valueForKey:@"description"]] baseURL:nil]; Or you can use RTLabel library: https://github.com/honcheng/RTLabel to display html text along with its formatting on a label.