diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-06-24 10:09:30 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-06-24 10:09:30 -0700 |
commit | 92de61aabba908e254b8d4f1498798043fdabbe7 (patch) | |
tree | dc4b65d814403a8fc24e9e84a38018b5047cb45d /CyteKit/WebView.h | |
parent | 202bf8406ce550a612cce583115dc6e1f07bb031 (diff) |
Now on iOS 8.3, webView: can be webThreadWebView:.
Diffstat (limited to 'CyteKit/WebView.h')
-rw-r--r-- | CyteKit/WebView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/WebView.h b/CyteKit/WebView.h index 804c037..7314da6 100644 --- a/CyteKit/WebView.h +++ b/CyteKit/WebView.h @@ -55,6 +55,7 @@ enum CYWebPolicyDecision { - (void) webView:(WebView *)view resource:(id)identifier didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)source; - (void) webView:(WebView *)view resource:(id)identifier didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)source; - (NSURLRequest *) webView:(WebView *)view resource:(id)resource willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)source; +- (NSURLRequest *) webThreadWebView:(WebView *)view resource:(id)resource willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)source; - (void) webViewClose:(WebView *)view; - (bool) webView:(WebView *)view shouldRunJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame; - (bool) webView:(WebView *)view shouldRunJavaScriptConfirmPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame; |