Contents

reorderingCadence

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

Declaration

var reorderingCadence: UICollectionView.ReorderingCadence { get set }

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