1

In my application I have a list of UIImages downloaded from web. I need to create a gallery where these images can be rotatable, zoomable and swap to view the next and previous. Is there a way to open images in iphone built in gallery viewer. or I will have to make it all through.

Raheel Sadiq
  • 9,847
  • 6
  • 42
  • 54

1 Answers1

0

The functionality is known as UIImagePickerController.

Check this for more details :

http://zcentric.com/2008/08/28/using-a-uiimagepickercontroller/
Virja Rahul
  • 415
  • 2
  • 4
  • 12