---
title: interactiveMovementTarget
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicollectionviewlayoutinvalidationcontext/interactivemovementtarget
---

# interactiveMovementTarget

The current point used to determine the placement of moving items.

## Declaration

```swift
var interactiveMovementTarget: CGPoint { get }
```

## Discussion

Discussion This property is filled when an interactive move is in progress or has just ended. The value represents the point that was used to determine the new index paths in the targetIndexPathsForInteractivelyMovingItems property. You can use this point as needed to calculate the position of items in your layout.

## See Also

### Invalidating the Order of Items

- [previousIndexPathsForInteractivelyMovingItems](uikit/uicollectionviewlayoutinvalidationcontext/previousindexpathsforinteractivelymovingitems.md)
- [targetIndexPathsForInteractivelyMovingItems](uikit/uicollectionviewlayoutinvalidationcontext/targetindexpathsforinteractivelymovingitems.md)
