...
|
...
|
@@ -354,6 +354,10 @@ static float kprogressViewRadius = 2.0f; |
|
|
return NO;
|
|
|
}
|
|
|
|
|
|
if ([self.delegate respondsToSelector:@selector(webView:didCatchRequest:navigationType:)]) {
|
|
|
[self.delegate webView:theWebView didCatchRequest:request navigationType:navigationType];
|
|
|
}
|
|
|
|
|
|
BOOL b = [super webView:theWebView shouldStartLoadWithRequest:request navigationType:navigationType];
|
|
|
|
|
|
if (self.delegate && [self.delegate respondsToSelector:@selector(webView:shouldStartLoadWithRequest:navigationType:)]) {
|
...
|
...
|
|