targetIndexPathsForInteractivelyMovingItems
An array of index paths representing the new location of moving items in the collection view.
Declaration
var targetIndexPathsForInteractivelyMovingItems: [IndexPath]? { get }Discussion
This property is filled when an interactive move is in progress or has just ended. Use this property together with the previousIndexPathsForInteractivelyMovingItems property to determine what changes you need to make to the affected items. For most other updates, the value of this property is nil.