I’m relatively new to XCode and I m building Photo Collage App ..
I don’t understand how to allow the user to pick multiple images from the UIImagePickerControler to create their collages.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
UIImagePickerController only allows one image to be selected at a time.
You have to use something else for multiple images to be selected in one go.
For my own projects, I use ELCImagePickerController.