The current point used to determine the placement of moving items.
SDKs
- iOS 9.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
var interactiveMovementTarget: CGPoint { get }
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 target
property. You can use this point as needed to calculate the position of items in your layout.