0
我使用WKWebView加载HTTPS,但它不起作用。 功能WKWebView如何加载HTTPS?
webView(
webView: WKWebView,
didReceiveAuthenticationChallenge challenge: NSURLAuthenticationChallenge,
completionHandler: (NSURLSessionAuthChallengeDisposition, NSURLCredential?) -> Void)
可以这样做,请告诉我如何使用它?