MPMediaPickerController
A specialized view controller that provides a graphical interface for selecting media items.
Declaration
class MPMediaPickerControllerOverview
An MPMediaPickerController object, or media item picker, is a specialized view controller that you employ to provide a graphical interface for selecting media items. To display a media item picker, present it modally on an existing view controller. Presenting an MPMediaPickerController in non-modal mode; for example, pushing a MPMediaPickerController onto an existing UINavigationController stack causes your app to crash. MPMediaItem describes media items.
To respond to user selections and to dismiss a media item picker, use the MPMediaPickerControllerDelegate protocol.