Iphone multiple images from uiimagepicker

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?

+2


a source to share


1 answer


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.



+1


a source







All Articles