delegate
The document browser’s delegate.
Declaration
weak var delegate: (any UIDocumentBrowserViewControllerDelegate)? { get set }Discussion
The delegate object must implement the UIDocumentBrowserViewControllerDelegate protocol.
The document browser’s delegate.
weak var delegate: (any UIDocumentBrowserViewControllerDelegate)? { get set }The delegate object must implement the UIDocumentBrowserViewControllerDelegate protocol.