<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITextDropProposal/Performer/delegate",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UITextDropPerformer@UITextDropPerformerDelegate"
  },
  "title" : "UITextDropProposal.Performer.delegate"
}
-->

# UITextDropProposal.Performer.delegate

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

```
case delegate
```

## Discussion

If this performer is used, the delegate must implement the [`textDroppableView(_:willPerformDrop:)`](/documentation/UIKit/UITextDropDelegate/textDroppableView(_:willPerformDrop:)) method. Otherwise, the text view handles the drop operation, which is the same behavior as specifying [`UITextDropProposal.Performer.view`](/documentation/UIKit/UITextDropProposal/Performer/view) as the performer.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)