delegate
The document menu’s delegate.
Declaration
weak var delegate: (any UIDocumentMenuDelegate)? { get set }Discussion
The delegate must adopt the UIDocumentMenuDelegate protocol.
The document menu’s delegate.
weak var delegate: (any UIDocumentMenuDelegate)? { get set }The delegate must adopt the UIDocumentMenuDelegate protocol.