I have the following code:
UIWebView.loadRequest(NSURLRequest(URL: NSURL(string: \"google.ca\")))
I am getting the following error:
Used Webview in Swift Language
let url = URL(string: "http://example.com") webview.loadRequest(URLRequest(url: url!))