WKWebViewTips
WKWebViewTips copied to clipboard
iOS9,we can load WKWebview use NSCachedURLResponse
New Api:
- (nullable WKNavigation *)loadData:(NSData *)data MIMEType:(NSString *)MIMEType characterEncodingName:(NSString *)characterEncodingName baseURL:(NSURL *)baseURL NS_AVAILABLE(10_11, 9_0);