mardi 2 mai 2017

Xcode Loading a Local HTML file in UIWebView

I am having trouble loading a local HTML file. Here is my code. please help.

let URL = NSBundle.mainBundle().pathForResource("index2", ofType: "html")
let request = NSURLRequest(URL: url!)
Webview.loadRequest(request)




Aucun commentaire:

Enregistrer un commentaire