WKWebViewPresenter

public class WKWebViewPresenter : WKWebViewPresenting

Default implementation of WKWebViewPresenting.

  • Presents the web view and passes the instance in the completion handler.

    Declaration

    Swift

    public func presentWebView(completionHandler: @escaping (WKWebView?, Error?) -> Void)
  • Dismisses the presented web view.

    Declaration

    Swift

    public func dismissWebView()