PreLoad UIWebView on a not yet displayed UIViewController
问题 I have an app where on the very last UIViewController there is a UIWebView... the user navigates through the app and at the very end they can transition (modal) to the final UIViewController with a UIWebView... in it's viewDidLoad I have the UIWebView load the page. The problem is it takes about 8 seconds to load this page and that annoys users. How can I load the UIWebView way ahead of time (like when the app is first launched!) if that UIViewController hasn't even been presented yet? 回答1: I