MPMediaPickerControllerDelegate
The protocol you implement so that a media item picker can respond to a user making media item selections.
Declaration
protocol MPMediaPickerControllerDelegate : NSObjectProtocolMentioned in
Overview
The delegate for a media item picker can respond to a user making media item selections. The delegate is also responsible for dismissing the media item picker from the parent view controller. The methods in this protocol are optional.
MPMediaItem describes the media items and MPMediaPickerController describes the media item pickers.