---
title: UITextDragOptions
framework: uikit
role: symbol
role_heading: Structure
path: uikit/uitextdragoptions
---

# UITextDragOptions

A set of options that determine the behavior of a draggable text view.

## Declaration

```swift
struct UITextDragOptions
```

## Topics

### Text drag options

- [stripTextColorFromPreviews](uikit/uitextdragoptions/striptextcolorfrompreviews.md)

### Initializers

- [init(rawValue:)](uikit/uitextdragoptions/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Text view additions

- [UITextDragDelegate](uikit/uitextdragdelegate.md)
- [UITextDropDelegate](uikit/uitextdropdelegate.md)
- [UITextDraggable](uikit/uitextdraggable.md)
- [UITextDroppable](uikit/uitextdroppable.md)
- [UITextDropEditability](uikit/uitextdropeditability.md)
