Iphone multiple images from uiimagepicker
I'm developing an Iphone application where you select photos from your gallery and then make a new album, the problem it's that I am only getting 1 image at a time.
My problem it's that I need to select multiple images at a time or even the hole album.
开发者_JAVA技巧How can I do that?
In didFinishPickingMediaWithInfo, Keep adding the selected images reference in an array, and make sure it doesn't call dismissModalViewController on selection.
精彩评论