<!--
{
  "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/DropState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit24UICellConfigurationStateV04DropD0O"
  },
  "title" : "UICellConfigurationState.DropState"
}
-->

# UICellConfigurationState.DropState

Constants that describe the cell’s drop state.

```
enum DropState
```

## Topics

### Drop states

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

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

[`case notTargeted`](/documentation/UIKit/UICellConfigurationState-swift.struct/DropState/notTargeted)

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

[`case targeted`](/documentation/UIKit/UICellConfigurationState-swift.struct/DropState/targeted)

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