I would like to display all the photos from the phone's album/gallery into a view controller by making use of the UICollectionView.
I simply do not know how to retrieve all the images from the albums and automatically displaying them. UIImagePicker allows the user to choose the image but in my case I would like the app to retrieve the photos - without user intervention - and then display them on a collection view.
Can you please hint me on how to get this done?