Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created July 27, 2019 16:17
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 fitomad/eb398830ec38fc5fd66300e99a78463e to your computer and use it in GitHub Desktop.
Save fitomad/eb398830ec38fc5fd66300e99a78463e to your computer and use it in GitHub Desktop.
internal func makeUIView(context: Context) -> WKWebView
{
let webView = WKWebView(frame: .zero)
webView.navigationDelegate = self
return webView
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment