I want to directly open the 'Camera Roll' album using the imagePickerController instead of showing all 3 albums (camera roll, photo library, last import).
Is there any way to do that?
Use
imagePickerController.sourceType = UIImagePickerControllerSourceTypeSavedPhotosAlbum;
It will directly take you to camera roll.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With