---
title: hasActiveDrop
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitableview/hasactivedrop
---

# hasActiveDrop

A Boolean value that indicates whether the table view is currently tracking a drop session.

## Declaration

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

## Discussion

Discussion The value of this property is true when the table view is tracking a drop session.

## See Also

### Managing drop interactions

- [dropDelegate](uikit/uitableview/dropdelegate.md)
- [UITableViewDropDelegate](uikit/uitableviewdropdelegate.md)
