Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created July 27, 2019 16:16
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/0a7a5efb51e3fbbdfdf3b403c43655df to your computer and use it in GitHub Desktop.
Save fitomad/0a7a5efb51e3fbbdfdf3b403c43655df to your computer and use it in GitHub Desktop.
import WebKit
import SwiftUI
internal final class WebBrowser: NSObject, UIViewRepresentable
{
...
}
extension WebBrowser: WKNavigationDelegate
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment