How can I get image from UIWebView cache?

273 Views Asked by At

[NSData dataWithContentsOfURL:]will simply download the image again.

I wonder if I can get the cached images after the UIWebView is completely loaded.

0

There are 0 best solutions below