Created
March 12, 2017 17:36
-
-
Save DrewDahlman/5893b441befe0209be746f57e60eca8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Added to the ViewController.swift to ignore SSL warnings. | |
func webView(webView: WKWebView, didReceiveAuthenticationChallenge challenge: URLAuthenticationChallenge, | |
completionHandler: (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment