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

# dropDelegate

The delegate object that manages the dropping of items into the collection view.

## Declaration

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

## Mentioned in

Supporting Drag and Drop in Collection Views

## See Also

### Managing drop interactions

- [UICollectionViewDropDelegate](uikit/uicollectionviewdropdelegate.md)
- [hasActiveDrop](uikit/uicollectionview/hasactivedrop.md)
- [reorderingCadence](uikit/uicollectionview/reorderingcadence-swift.property.md)
- [UICollectionView.ReorderingCadence](uikit/uicollectionview/reorderingcadence-swift.enum.md)
