Skip to content

Instantly share code, notes, and snippets.

@psobko
Created November 18, 2013 21:30
Show Gist options
  • Save psobko/7535679 to your computer and use it in GitHub Desktop.
Save psobko/7535679 to your computer and use it in GitHub Desktop.
NSString *htmlFile = [[NSBundle mainBundle] pathForResource:@"sample" ofType:@"html"];
NSString* htmlString = [NSString stringWithContentsOfFile:htmlFile encoding:NSUTF8StringEncoding error:nil];
[webView loadHTMLString:htmlString baseURL:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment