March 2013
Intermediate to advanced
1000 pages
34h 51m
English
UIImagePickerController is a view controller (UINavigationController) whose view provides a navigation interface, similar to the Photos app, in which the user can choose an item from the photo library. Alternatively, it can provide an interface, similar to the Camera app, for taking a video or still photo if the necessary hardware is present.
How you display the UIImagePickerController depends on what kind of device this is:
To let the user choose an item from the photo library, instantiate UIImagePickerController and assign its sourceType one of these values:
UIImagePickerControllerSourceTypeSavedPhotosAlbum
UIImagePickerControllerSourceTypePhotoLibrary
Read now
Unlock full access