I am developing an Iphone app where you select photos from your gallery and then create a new album, the problem is I only get one image at a time.
My problem is that I need to select multiple images at a time or even an album of holes.
How can i do this?
In the didFinishPickingMediaWithInfo file, keep adding a reference to the selected images in the array and make sure it doesn't call the rejectModalViewController function on selection.