UICollectionViewLayout.GetLayoutAttributesForInteractivelyMovingItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the layout attributes for items that the user is moving.
[Foundation.Export("layoutAttributesForInteractivelyMovingItemAtIndexPath:withTargetPosition:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionViewLayoutAttributes GetLayoutAttributesForInteractivelyMovingItem (Foundation.NSIndexPath indexPath, CoreGraphics.CGPoint targetPosition);
abstract member GetLayoutAttributesForInteractivelyMovingItem : Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UICollectionViewLayoutAttributes
override this.GetLayoutAttributesForInteractivelyMovingItem : Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UICollectionViewLayoutAttributes
Parameters
- indexPath
- NSIndexPath
- targetPosition
- CGPoint
Returns
- Attributes