---
title: hasActiveDrag
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicollectionview/hasactivedrag
---

# hasActiveDrag

A Boolean value that indicates whether items were lifted from the collection view and have not yet been dropped.

## Declaration

```swift
var hasActiveDrag: Bool { get }
```

## See Also

### Managing drag interactions

- [dragDelegate](uikit/uicollectionview/dragdelegate.md)
- [UICollectionViewDragDelegate](uikit/uicollectionviewdragdelegate.md)
- [dragInteractionEnabled](uikit/uicollectionview/draginteractionenabled.md)
