I have been using UIImagePicker controller for taking photos and saving it to my documents directory. Now i want to be able to present them to user for picking. UIImagePicker has neat functionallity
imagePicker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
When I set this property all images from library are presented. Is there some way I can use UIImagePicker to present my photos from documents directory?