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

# UITextDropProposal

A proposed configuration for the behavior of a text drop interaction.

```
@MainActor class UITextDropProposal
```

## Topics

### Configuring a text drop proposal

[`dropAction`](/documentation/UIKit/UITextDropProposal/dropAction)

A text drop action style that specifies how the text view receives dropped items.

[`Action`](/documentation/UIKit/UITextDropProposal/Action)

The text drop action styles for text views.

[`dropPerformer`](/documentation/UIKit/UITextDropProposal/dropPerformer)

The performer that is responsible for handling the drop operation.

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

The performers that are responsible for handling the drop operation.

[`dropProgressMode`](/documentation/UIKit/UITextDropProposal/dropProgressMode)

A mode that specifies how the text view indicates progress to the user when loading dropped items.

[`ProgressMode`](/documentation/UIKit/UITextDropProposal/ProgressMode)

The text drop progress styles for user-visible progress indication.

[`useFastSameViewOperations`](/documentation/UIKit/UITextDropProposal/useFastSameViewOperations)

A Boolean value that determines whether the text view can use fast inline dropping when the source and destination are in the same text view.

## Relationships

### Conforms To

[`NSCopying`](/documentation/Foundation/NSCopying)

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

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

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

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

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

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

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

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

### Inherits From

[`UIDropProposal`](/documentation/UIKit/UIDropProposal)

---

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)