UIImagePickerController has these source type constants:
UIImagePickerControllerSourceTypePhotoLibrary
UIImagePickerControllerSourceTypeSavedPhotosAlbum
The documentation says one is for the photo library while the other is for the camera roll.
What's the exact difference between these two? Doesn't "Photo Library" contain pictures taken with the camera as well?