iOS webView https 显示图片

@implementation NSURLRequest (NSURLRequestWithIgnoreSSL)

+ (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host

{

    return YES;

}

@end

你可能感兴趣的:(iOS webView https 显示图片)