开发者

Iphone multiple images from uiimagepicker

开发者 https://www.devze.com 2022-12-30 08:58 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消