---
title: delegate
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidocumentmenuviewcontroller/delegate
---

# delegate

The document menu’s delegate.

## Declaration

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

## Discussion

Discussion The delegate must adopt the UIDocumentMenuDelegate protocol.

## See Also

### Getting the user-selected document picker

- [UIDocumentMenuDelegate](uikit/uidocumentmenudelegate.md)
