I know how to let user select an image from UIImagePickerController, but I don’t want that.
I just want to have NSArray of images stored in the phone, but I don’t want to involve user (to select a one and then have that image…),rather, I have created my own custom Image selector controller and want to have source as the gallary.
I know how to let user select an image from UIImagePickerController, but I don’t
Share
You can easily do that using the AVFoundation and AssetsLibrary framework. Here is the code to access all the photos: