<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITextDropEditability",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UITextDropEditability"
  },
  "title" : "UITextDropEditability"
}
-->

# UITextDropEditability

The text-drop editability styles for noneditable text views.

```
enum UITextDropEditability
```

## Topics

### Editability styles

[`case no`](/documentation/UIKit/UITextDropEditability/no)

A text-drop editability specifier indicating that a noneditable text view does not accept drops.

[`case temporary`](/documentation/UIKit/UITextDropEditability/temporary)

A text-drop editability specifier indicating that a noneditable text view does accept drops but reverts to its noneditable status immediately afterward.

[`case yes`](/documentation/UIKit/UITextDropEditability/yes)

A text-drop editability specifier indicating that a noneditable text view does accept drops, and that the dropped text remains editable after the drop is finished.

### Initializers

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

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)