<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITextDropRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UITextDropRequest"
  },
  "title" : "UITextDropRequest"
}
-->

# UITextDropRequest

The interface for specifying the attributes of a drop request for a text view.

```
@MainActor protocol UITextDropRequest : NSObjectProtocol
```

## Topics

### Getting information about the text drop request

[`var dropPosition: UITextPosition`](/documentation/UIKit/UITextDropRequest/dropPosition)

The text position corresponding to the location of a drop session.

[`var isSameView: Bool`](/documentation/UIKit/UITextDropRequest/isSameView)

A Boolean value indicating whether the drag and the drop are within the same text view.

[`var suggestedProposal: UITextDropProposal`](/documentation/UIKit/UITextDropRequest/suggestedProposal)

The text drop proposal offered by the text view.

### Getting the drop session

[`var dropSession: any UIDropSession`](/documentation/UIKit/UITextDropRequest/dropSession)

The drop session for the text view.

## Relationships

### Inherits From

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

---

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)