WebViewContent

struct WebViewContent : UIViewRepresentable

A view for displaying websites within the app

Parameters

url

The URL of the website to display

  • Declaration

    Swift

    typealias UIViewType = WKWebView
  • url

    Undocumented

    Declaration

    Swift

    let url: String
  • Undocumented

    Declaration

    Swift

    init(_ url: String)
  • Declaration

    Swift

    func makeUIView(context _: Context) -> WKWebView
  • Declaration

    Swift

    func updateUIView(_: WKWebView, context _: Context)