I have the following code:
UIWebView.loadRequest(NSURLRequest(URL: NSURL(string: \"google.ca\")))
I am getting the following error:
Try This
let url = NSURL (string: "http://www.apple.com"); myWebView.loadRequest(NSURLRequest(URL: url!));