is there a way to load multiple images from the photo album at once? the imedia library (i belive) a wrapper of the UIImagepickercontroller that only allows loading 1 image at once but i would like to load more then 1 image at once.
thanx, ilan
EDIT: i had a look at ALAsset and PHAsset but i could not get the result i need.
This is a wrapper for QBImagePicker https://github.com/questbeat/QBImagePicker, an image picker that provides for multiple image and video selection. The wrapper includes helper functions which are primarily to copy the selected assets to a folder on the device but a few others have been...