<!--
{
  "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",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UITextDropPerformer"
  },
  "title" : "UITextDropProposal.Performer"
}
-->

# UITextDropProposal.Performer

The performers that are responsible for handling the drop operation.

```
enum Performer
```

## Overview

A performer is responsible for:

- Proving a preview for the drop activity.
- Loading data from the item providers.
- Inserting the data into the text view.

## Topics

### Performers

[`case view`](/documentation/UIKit/UITextDropProposal/Performer/view)

A performer type that indicates that the text view is responsible for doing the drop operation.

[`case delegate`](/documentation/UIKit/UITextDropProposal/Performer/delegate)

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

### Initializers

[`init?(rawValue: UInt)`](/documentation/UIKit/UITextDropProposal/Performer/init(rawValue:))

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)