---
title: dropDelegate
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitableview/dropdelegate
---

# dropDelegate

The delegate object that manages the dropping of content into the table view.

## Declaration

```swift
weak var dropDelegate: (any UITableViewDropDelegate)? { get set }
```

## Mentioned in

Supporting drag and drop in table views

## See Also

### Managing drop interactions

- [UITableViewDropDelegate](uikit/uitableviewdropdelegate.md)
- [hasActiveDrop](uikit/uitableview/hasactivedrop.md)
