Apple has flagged the app I'm working on because it takes (or can take) a while for the content to load into a UIWebView
, meanwhile the user is stuck looking at a blank screen. I'm using the standard UINavigationController
framework and pushing the viewController for webView from what I'll call the mainMenuController.
Is there any way that I can pre-load the content of the webView from the mainMenuController (before the webView shows), so there's no delay once the transition to the webViewController happens?