shouldStartLoadWithRequest is never called
问题 I've researched and researched and still don't understand why shouldStartLoadWithRequest is never called. My page loads fine and some of the UIWebview delegate protocol methods are called. Please find relevant snippets from my code below: Synthesize my webview in my .m (defined in a header file): @implementation PortViewController @synthesize WebView = myWebView; I load my webview successfully: myURLString = [NSString stringWithFormat:@"https://%@", defaultWebsite]; myURL = [NSURL