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

# delegate

An object that configures and controls a drop interaction.

## Declaration

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

## See Also

### Managing drop interactions

- [UIDropInteractionDelegate](uikit/uidropinteractiondelegate.md)
