I display html in UITextView by:
UITextView
[self.textView setValue:@\"Content\" forKey:@\"contentToHTMLString\"];,
[self.textView setValue:@\"Content\" forKey:@\"contentToHTMLString\"];
After edit
NSString *htmlContentString = self.compnayInfoPageDictionary[@"tDescription"]; [self.txtViewInfoPage setValue:htmlContentString forKey:@"contentToHTMLString"];