UICollectionView.BeginInteractiveMovementForItem(NSIndexPath) Method

Definition

Developers call this method to have the cell at indexPath begin interactive movement.

[Foundation.Export("beginInteractiveMovementForItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool BeginInteractiveMovementForItem (Foundation.NSIndexPath indexPath);
abstract member BeginInteractiveMovementForItem : Foundation.NSIndexPath -> bool
override this.BeginInteractiveMovementForItem : Foundation.NSIndexPath -> bool

Parameters

indexPath
NSIndexPath

The index path of the cell that should begin interactive movement.

Returns

Attributes

Applies to