How to make UI Image Picker Controller read a custom source type in iPhone
问题 I have to create a photo gallery app in iPhone. It should function same as the Photos app which is shipped with iPhone. But it should show the images which I package with the app. UIImagePickerController reads only the following source types. UIImagePickerControllerSourceTypePhotoLibrary, UIImagePickerControllerSourceTypeCamera, UIImagePickerControllerSourceTypeSavedPhotosAlbum I was thinking of adding the images bundle to the resources group in Xcode and make UIImagePickerController to read