UICollectionView.BeginInteractiveMovementForItem(NSIndexPath) 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.
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