I have HTML Content which was being displayed in a UITextView. The next iteration of my app is display the HTML contents into a UIWebView
UITextView
UIWebView
- (void)loadHTMLString:(NSString *)string baseURL:(NSURL *)baseURL;
baseURL can be a fileURL to your resources folder if you have any images.