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

# UICellConfigurationDragState

Constants that describe the cell’s drag state.

```
enum UICellConfigurationDragState : NSInteger;
```

## Topics

### Drag states

[`UICellConfigurationDragStateNone`](/documentation/UIKit/UICellConfigurationDragState/UICellConfigurationDragStateNone)

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

[`UICellConfigurationDragStateLifting`](/documentation/UIKit/UICellConfigurationDragState/UICellConfigurationDragStateLifting)

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

[`UICellConfigurationDragStateDragging`](/documentation/UIKit/UICellConfigurationDragState/UICellConfigurationDragStateDragging)

The cell is part of an active drag session.



---

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)