Skip to content

Instantly share code, notes, and snippets.

@IhwanID
Created January 9, 2021 16:49
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 IhwanID/0931a5e6f5aa90b401faccae0242e22d to your computer and use it in GitHub Desktop.
Save IhwanID/0931a5e6f5aa90b401faccae0242e22d to your computer and use it in GitHub Desktop.
Example Using Webview In SwiftUI
import SwiftUI
struct ContentView: View {
var body: some View {
NavigationView{
SwiftUIWebView(url: URL(string: "https://ihwan.id"))
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment