Created
May 18, 2016 06:38
-
-
Save wisaruthk/09069738fcb5529cddded23069824432 to your computer and use it in GitHub Desktop.
load html to UIWebView
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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