Contents

indexPathAfterUpdate

The index path of the item after the update.

Declaration

var indexPathAfterUpdate: IndexPath? { get }

Discussion

The value of this property is nil for an action of type NSCollectionView.UpdateAction.delete.

See Also

Accessing the Item Changes