---
title: reorderingCadence
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicollectionview/reorderingcadence-swift.property
---

# reorderingCadence

The speed at which items in the collection view are reordered to show potential drop locations.

## Declaration

```swift
var reorderingCadence: UICollectionView.ReorderingCadence { get set }
```

## Discussion

Discussion The default value in this property is UICollectionView.ReorderingCadence.immediate. You might specify a slower cadence when you want to prevent the reordering of items from being a distraction to the user. For example, you might slow it down if immediate reordering makes it more difficult to drop items at the correct location.

## See Also

### Managing drop interactions

- [dropDelegate](uikit/uicollectionview/dropdelegate.md)
- [UICollectionViewDropDelegate](uikit/uicollectionviewdropdelegate.md)
- [hasActiveDrop](uikit/uicollectionview/hasactivedrop.md)
- [UICollectionView.ReorderingCadence](uikit/uicollectionview/reorderingcadence-swift.enum.md)
