Search code examples
ioscamera-roll

Creating my own Image Picker


I'd like to create a custom image browser in my app that uses the images from the camera roll.

i.e. I'd like to completely replace UIImagePickerController and use my own control.

Is there a way of accessing the camera roll photos in this way?

Cluster App does this but I can't find a picture of it.


Solution

  • You need to use ALAssetsLibrary to access the images.