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.
The delegate for a media item picker.
weak var delegate: (any MPMediaPickerControllerDelegate)? { get set }Typically, you set the delegate to be the same object that initializes and displays the media item picker.