delegate
An object that acts as the delegate of the view controller.
Declaration
weak var delegate: (any UIDocumentPickerDelegate)? { get set }Discussion
The delegate must adopt the UIDocumentPickerDelegate protocol.
An object that acts as the delegate of the view controller.
weak var delegate: (any UIDocumentPickerDelegate)? { get set }The delegate must adopt the UIDocumentPickerDelegate protocol.