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
As others noted, setting the delegate of UIWebView and conforming to the UIWebViewDelegate protocol is the best possible solution out there.
UIWebView
UIWebViewDelegate