---
title: UICellConfigurationState.DropState.notTargeted
framework: uikit
role: symbol
role_heading: Case
path: uikit/uicellconfigurationstate-swift.struct/dropstate/nottargeted
---

# UICellConfigurationState.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.

## Declaration

```swift
case notTargeted
```

## See Also

### Drop states

- [UICellConfigurationState.DropState.none](uikit/uicellconfigurationstate-swift.struct/dropstate/none.md)
- [UICellConfigurationState.DropState.targeted](uikit/uicellconfigurationstate-swift.struct/dropstate/targeted.md)
