I have an iPhone app with an embedded UIWebview (Safari) control. I\'d like to be able to store the images from certain webpages locally.
Can I programmatically acces
disclaimer: I have not tried this.
If you can find out their names, UIImage responds to +(UIImage*)imageNamed:(NSString*) which the docs imply might get the image back from a device wide cache.
I'd be interested in knowing the results of any experiments.