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

# delegate

The object that provides the preview and contextual menu for your content and responds to interaction-related events.

## Declaration

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

## See Also

### Previewing and managing the content

- [UIContextMenuInteractionDelegate](uikit/uicontextmenuinteractiondelegate.md)
