Handling photos - Some direction
I'm looking for some direction from anyone who may have worked with photos before. This is my first time dabbling with it.
I am looking to build the following.
1. An interface that allows me to view the photos within the photo album of the phone and when clicking a picture to save it into my applications documents folder. This I believe is possible using the UIImagePickerController and setting the sourceType accordingly. What this won't allow me to do is scroll through each pic and view them in full size as you can in the photos app. Is this true?
2. Mimic the photos application from within my application. Display the picture stored in my application using a layout similar to the photos app. Have a thumbnail scroll view and when selecting a picture to show it in its original size. From the little research i've done so far, the thumbnail viewer from the API cannot read photos from the local application directory, so I wrote my own to do this. Does a control exist to view the pics in full size and scroll through them, delete them, etc?
Thanks.
|