<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: -",
    "tvOS: 14.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICellConfigurationState-swift.struct/DragState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit24UICellConfigurationStateV04DragD0O"
  },
  "title" : "UICellConfigurationState.DragState"
}
-->

# UICellConfigurationState.DragState

Constants that describe the cell’s drag state.

```
enum DragState
```

## Topics

### Drag states

[`case none`](/documentation/UIKit/UICellConfigurationState-swift.struct/DragState/none)

The system hasn’t associated the cell with a drag session.

[`case lifting`](/documentation/UIKit/UICellConfigurationState-swift.struct/DragState/lifting)

A user interaction is lifting the cell, but it isn’t yet part of an active drag session.

[`case dragging`](/documentation/UIKit/UICellConfigurationState-swift.struct/DragState/dragging)

The cell is part of an active drag session.

## Relationships

### Conforms To

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

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

---

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)