Stop UIWebView from loading the set URL everytime when it gets loaded
问题 I have an app with several UIWebView's and when I press the button to bring one up it loads the set URL. Now I would like this to happen the first time, as the webpage needs to load, but what if I want to flick between the different Views? I would like it to stay at the page it was when I left it. Now I do believe this can be done with the UITabBarController, but it takes up to much screen real estate for what I want to achieve, so I have implemented the switch with a UISegmentedController. I