---
title: UITextDropProposal.Performer.delegate
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitextdropproposal/performer/delegate
---

# UITextDropProposal.Performer.delegate

A performer type that indicates the delegate object is responsible for doing the drop operation.

## Declaration

```swift
case delegate
```

## Discussion

Discussion If this performer is used, the delegate must implement the textDroppableView(_:willPerformDrop:) method. Otherwise, the text view handles the drop operation, which is the same behavior as specifying UITextDropProposal.Performer.view as the performer.

## See Also

### Performers

- [UITextDropProposal.Performer.view](uikit/uitextdropproposal/performer/view.md)
