<!--
{
  "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/UICellConfigurationDropState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UICellConfigurationDropState"
  },
  "title" : "UICellConfigurationDropState"
}
-->

# UICellConfigurationDropState

Constants that describe the cell’s drop state.

```
enum UICellConfigurationDropState : NSInteger;
```

## Topics

### Drop states

[`UICellConfigurationDropStateNone`](/documentation/UIKit/UICellConfigurationDropState/UICellConfigurationDropStateNone)

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

[`UICellConfigurationDropStateNotTargeted`](/documentation/UIKit/UICellConfigurationDropState/UICellConfigurationDropStateNotTargeted)

A drag session is active and can perform a drop in the cell’s container, but the cell itself isn’t the drop target.

[`UICellConfigurationDropStateTargeted`](/documentation/UIKit/UICellConfigurationDropState/UICellConfigurationDropStateTargeted)

The cell is the drop target for a 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)