Is it possible to open camera roll directly with UIImagePickerController
but still have the back button to your album list?
UIImagePickerControllerSourceTypeSavedPhotosAlbum
will open only the camera roll without the option to slide back to albums.
I came across the same situation.And found a solution,here's the code.Hope it helps.
Now you can open album and have a back navigatebutton.
I would rather suggest you to use custom imagepickers like elcimagepicker. afer going through the code properly you can achieve the thing you want with the help of minor manipulations.
Unfortunately, the answer is -- it's not possible. At least not through any standard interface. It might be possible to do some view hierarchy mining or method swizzling to make it happen, but then you may run afoul of the App Store submissions review.
From the Camera Programming Topics of iOS (bolded emphasis mine):
And: