WKWebViewUIImplementation
public class WKWebViewUIImplementation : NSObject, UIImplementation, AGWKWebViewControllerPresentationContextProviding
Undocumented
-
Undocumented
Declaration
Swift
public var modalPresentationStyle: UIModalPresentationStyle?
-
Undocumented
Declaration
Swift
public var navigationBarBackgroundColor: UIColor?
-
Undocumented
Declaration
Swift
public var navigationBarButtonTintColor: UIColor?
-
Undocumented
Declaration
Swift
public var isInspectable: Bool
-
init(modalPresentationStyle:
navigationBarBackgroundColor: navigationBarButtonTintColor: isInspectable: ) Undocumented
Declaration
Swift
public init( modalPresentationStyle: UIModalPresentationStyle? = nil, navigationBarBackgroundColor: UIColor? = nil, navigationBarButtonTintColor: UIColor? = nil, isInspectable: Bool = false )
-
Undocumented
Declaration
Swift
public func openAuthorizationURL(url: URL, redirectURI: URL, shareCookiesWithDeviceBrowser: Bool, completion: @escaping CompletionHandler)