iPhone UIWebview — Saving an image already downloaded

后端 未结 3 2059
时光取名叫无心
时光取名叫无心 2021-02-01 00:08

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

3条回答
  •  旧巷少年郎
    2021-02-01 00:13

    I don't think you can save the images using the UIWebview directly, you'r going to have to fetch the images manually...

提交回复
热议问题