Questions tagged [elcimagepickercontroller]

Issues related to ELCImagePickerController component. It is a clone of UIImagePickerController allowing the multiple asset selection

ELCImagePickerController is a clone of the UIImagePickerController.

The image picker is created and displayed in a very similar manner to the UIImagePickerController but it allows the multiple asset selection.

See the project on github

31 questions
-2
votes
1 answer

Getting ALAsset object from camera

How can I get ALAsset object in - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info after making photo?
1 2
3