iOS: Observing WKWebView Sub-Routes
While using WKWebView in your app, you might head into a situation to observe every URL that is traversed by the user.
For Example, you are loading the URL “https://hashnode.com/” into the webview.
override func viewDidLoad() {
super.viewDidLoad()...
rasik.hashnode.dev2 min read