tags:

views:

323

answers:

1

hello everyone,

I'm a newbie in iPhone development,the site give me a lot of help. But now, I meet a trouble, I want to select more than one photo in photoalbum, but when I use the UIImagePickerController , I can get just one photo, could you tell me how to select more photos? thank you.

best regards,

ofllm

+1  A: 

You'll have to create your own view controller that will list the movies you are currently selecting. Use UIImagePickerController to build up your list one image at a time. There is no multiple selection available in the UIImagePickerController view itself.

Matt Long