I am currently creating a webView for an App. What I need to do is that when somebody klicks on a link within the webView it needs to open in Safari.
I am doing this in Swift using UIWebView.
In this stackoverflow article I found (UIWebView open links in Safari) I could already find some code that apparently worked for many but I wasn't quite sure what to do with it