WKWebView

public extension WKWebView
  • Loads url from given string if possible

    Declaration

    Swift

    func load(_ string: String)
  • Loads url

    Declaration

    Swift

    func load(_ url: URL)
  • Shows empty page

    Declaration

    Swift

    func clear()