Contents

delegate

The delegate for a media item picker.

Declaration

weak var delegate: (any MPMediaPickerControllerDelegate)? { get set }

Discussion

Typically, you set the delegate to be the same object that initializes and displays the media item picker.

See Also

Responding to media item picker selections