WebViewType

@available(*, deprecated, message: "This type is not needed any more since only WKWebView available")
public enum WebViewType

enum to say whether the WebViewContainer should contain a WKWebView. The UIWebView is not supported anymore based on Apple Store application requirement.

  • WebViewContainer contains WKWebView

    Declaration

    Swift

    case wkWebView