The protocol you implement so that a media item picker can respond to a user making media item selections.
SDKs
- iOS 3.0+
- Mac Catalyst 13.0+
Framework
- Media Player
Declaration
@protocol MPMediaPickerControllerDelegate
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.
Media items are described in MPMedia
. Media item pickers are described in MPMedia
.