In my application, I have an HTML string that's stored locally, that I load into a UIWebView for display.
This HTML string has references to images that are online. Does anyone know of a way to cache the images when loaded, so that when offline, the UIWebView can load with the images ?
I'm loading the UIWebView with "loadHTMLString" not "loadURLRequest"
Thanks