<!--
{
  "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/dropPerformer",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UITextDropProposal(py)dropPerformer"
  },
  "title" : "dropPerformer"
}
-->

# dropPerformer

The performer that is responsible for handling the drop operation.

```
var dropPerformer: UITextDropProposal.Performer { get set }
```

## Discussion

The performer provides a preview for the drop activity, loads the data from the item providers, and inserts the data into the text view. It can be the [`UITextDropProposal.Performer.view`](/documentation/UIKit/UITextDropProposal/Performer/view) performer (default) or the [`UITextDropProposal.Performer.delegate`](/documentation/UIKit/UITextDropProposal/Performer/delegate) 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)