Thursday, January 17, 2013

ELCPickerController

The need to pick multiple images from a photo Album in one go made me to look into ELCPickerController.It's similar to UIImagePickerController except that it allows us to select multiple images.
It has 2 Delegate method one will send us an array of dictionaries.Each dictionary for each image so the array contains info about multiple images.

No comments:

Post a Comment