0

my application is an image base application.

there is an option for seach online.if we press a button there is a webview controller and

goes to google home page.there we can search image.my requirement is select an image and save

in to photo album

how it is possible.

Regards

Baiju

baiju krishnan
  • 231
  • 4
  • 14

1 Answers1

2

Download the image into a UIImage:

Create a UIImage with a URL in iOS

Save the UIImage to the photo album:

How to save picture to iPhone photo library?

Pretty easy to do those searches on Stack Overflow don't you think?

Community
  • 1
  • 1
Joel
  • 15,654
  • 5
  • 37
  • 60