I have some strange behavior which work fine when using UIImagePickerControllerSourceTypePhotoLibrary. But when using UIImagePickerControllerSourceTypeSavedPhotosAlbum, the picker crashed after one, two, or three of selection.
With the source type of PhotoLibrary, i can pick more than that without crashing the application.
Is there something different when implementing PhotoAlbum vs PhotoLibrary?