I\'ve been playing around with web views in swift this evening, but have run into a bit of an issue.
For some reason I\'m not able to get the webViewDidStartLoad or webV
Try this!
var req = NSURLRequest(URL: url) webView.delegate = self webView.loadRequest(req)