Skip to content

Instantly share code, notes, and snippets.

@amannayak0007
Created August 2, 2014 14:30
Show Gist options
  • Save amannayak0007/802129d81cac32d3c19b to your computer and use it in GitHub Desktop.
Save amannayak0007/802129d81cac32d3c19b to your computer and use it in GitHub Desktop.
detailView
- (void)viewDidLoad {
[super viewDidLoad];
NSString *postTitle = [NSString stringWithFormat:@"<H1>%@</H1>",
post.title];
NSString *html = [postTitle stringByAppendingString:post.description];
[postBody loadHTMLString:html baseURL:nil];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment