<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICollectionView/reorderingCadence-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UICollectionView(py)reorderingCadence"
  },
  "title" : "reorderingCadence"
}
-->

# reorderingCadence

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

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

## Discussion

The default value in this property is [`UICollectionView.ReorderingCadence.immediate`](/documentation/UIKit/UICollectionView/ReorderingCadence-swift.enum/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.

---

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)