iOS Question load multiple images from photo album? [SOLVED]

ilan

Expert
Licensed User
Longtime User
hi

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.
 
Last edited:

ilan

Expert
Licensed User
Longtime User
after trying lots of example here i came to the conclusion that the best option to load multiple images from your photo album to your app is:

iQBImagePicker (wrapped by @CaptKronos)

 
Upvote 0
Top