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
I don't think you can save the images using the UIWebview directly, you'r going to have to fetch the images manually...