objective c - Accessing all photos in iphone photo library? -


is possible photos in array or iphone photo library ? uiimagepickercontroller allows choose 1 picture @ time.

call alassetslibrary's -enumerategroupswithtypes:usingblock:failureblock: enumerate 1 or more assets groups , enumerate assets (photos) in each groups -[alassetgroup enumerateassetsusingblock:]. documentation has details.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -