I know this has been asked before but I have looked at every answer (there aren\'t many) and none help me.
The issue I am running into is dealing with certificates
Web view does not load https urls due to certificate mismatch. After writing this extension it would work as expected
Swift 2.2
extension NSURLRequest { static func allowsAnyHTTPSCertificateForHost(host: String) -> Bool { return true } }