Contents

delegate

The document menu’s delegate.

Declaration

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

Discussion

The delegate must adopt the UIDocumentMenuDelegate protocol.

See Also

Getting the user-selected document picker