Skip to content

Instantly share code, notes, and snippets.

@leoiphonedev
Created August 11, 2018 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leoiphonedev/e4925e99d43ee0c9fd68c8988999ec91 to your computer and use it in GitHub Desktop.
Save leoiphonedev/e4925e99d43ee0c9fd68c8988999ec91 to your computer and use it in GitHub Desktop.
Making ViewController.swift class as observer
self.webView.addObserver(self, forKeyPath: #keyPath(WKWebView.isLoading), options: .new, context: nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment