cached for the previous image resources.
Keith
On 14/03/2008, at 4:41 AM, Nick Zitzmann wrote:
On Mar 13, 2008, at 8:51 AM, Keith Wilson wrote:
How do I empty WebView's caches?
The first thing I'd try would be [[NSURLCache sharedURLCache]
removeAllCachedResponses]...
Nick Zitz
Thanks Nick,
[[NSURLCache sharedURLCache] removeAllCachedResponses]
did not work but thanks for the pointer - I will play around and see
what does work.
Keith
On 14/03/2008, at 4:41 AM, Nick Zitzmann wrote:
On Mar 13, 2008, at 8:51 AM, Keith Wilson wrote:
How do I empty WebView
How do I empty WebView's caches?
I have an app that generates web pages and I use WebView so the user
can preview the results. Each web page links to some JPEGS. The user
can change settings, preview individual web pages, go back and
forward, etc and make sure that it works OK.
Some of th