ios - How to get images from photo library without using ALAssetsLibrary? -
i want implement custom image picker multiple images selection feature, extension of standard uiimagepickercontroller. know can use alassetslibrary enumerate library groups, enumerate assets. however, accessing alassetslibrary ask location services open ios 5 , ios 4, not acceptable. question is: there ways avoid asking location services open when accessing alassetslibrary? or other options not using alassetslibrary images? thanks!
Comments
Post a Comment