Skip to content

Instantly share code, notes, and snippets.

@amannayak0007
Created August 2, 2014 14:32
Show Gist options
  • Save amannayak0007/6aeba4e4d2ebce60432a to your computer and use it in GitHub Desktop.
Save amannayak0007/6aeba4e4d2ebce60432a to your computer and use it in GitHub Desktop.
detailview
NSURL *URL = [NSURL URLWithString: [self.url stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]]];
NSString *html = [NSString stringWithContentsOfURL:URL encoding:NSUTF8StringEncoding error:nil];
[self.webView loadHTMLString:html baseURL:Nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment