Image array with images from user's Photo Library
Hello everybody, i'm new here and new to iPhone SDK, i have a question i hope you can help me with the next part of my project.
I'm creating an app where the user can pick images from the photo library, it is an iPad app, I have a button, with the image picker in a popover (working) and select the image to a single view (done). the problem that i have is trying to store those images using links to the photo library, not saving them to the app bundle, i think is more like saving links to images from the photo library to an array, so it is not only one image but a lot of images (depending of how many images does the user select) and to keep that stored even when the app is closed, i want to be able to add images and always keep track of them and to show them in an image view or scroll view to be able to see all the image one after other like in the photos app but only swiping between images not have to zoom. i think for memory management that the app has to load the present image and one after and one before...
sorry for my not-so-good english i hope you all understand and i hope someone helps me.
Last edited by JuanMazuera; 05-29-2010 at 12:58 PM.
|