Me again. Right, in my tab bar application one of my tabs loads a webview and works perfectly. However I want the tab to return to this view when pressed again.
For example, the tab brings up a car sales part of my companies website, should somebody click on the home part of this UIWebView the webview will go there, fair enough I expect this. But when I close the app and reopen or simply navigate away from tab and back again, I want the original page I wanted loaded in the first place. So when the user returns to the app or tab, it resets back to the car sale page and not the last page they left it on.
Any ideas?