---
title: UITextDropProposal
framework: uikit
role: symbol
role_heading: Class
path: uikit/uitextdropproposal
---

# UITextDropProposal

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

## Declaration

```swift
@MainActor class UITextDropProposal
```

## Topics

### Configuring a text drop proposal

- [dropAction](uikit/uitextdropproposal/dropaction.md)
- [UITextDropProposal.Action](uikit/uitextdropproposal/action.md)
- [dropPerformer](uikit/uitextdropproposal/dropperformer.md)
- [UITextDropProposal.Performer](uikit/uitextdropproposal/performer.md)
- [dropProgressMode](uikit/uitextdropproposal/dropprogressmode.md)
- [UITextDropProposal.ProgressMode](uikit/uitextdropproposal/progressmode.md)
- [useFastSameViewOperations](uikit/uitextdropproposal/usefastsameviewoperations.md)

## Relationships

### Inherits From

- [UIDropProposal](uikit/uidropproposal.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Drop management

- [UITextDropRequest](uikit/uitextdroprequest.md)
- [UITextDropProposal.Action](uikit/uitextdropproposal/action.md)
- [UITextDropProposal.Performer](uikit/uitextdropproposal/performer.md)
- [UITextDropProposal.ProgressMode](uikit/uitextdropproposal/progressmode.md)
