Skip to content

Instantly share code, notes, and snippets.

@wisaruthk
Created May 18, 2016 06:38
Show Gist options
  • Save wisaruthk/09069738fcb5529cddded23069824432 to your computer and use it in GitHub Desktop.
Save wisaruthk/09069738fcb5529cddded23069824432 to your computer and use it in GitHub Desktop.
load html to UIWebView
let url:NSURL = NSBundle.mainBundle().URLForResource("howto", withExtension: "html", subdirectory: "local_html")!
self.webViewDialog.loadRequest(NSURLRequest(URL: url))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment