Sdílet prostřednictvím


UICollectionView.BeginInteractiveMovementForItem(NSIndexPath) Method

Definition

[Foundation.Export("beginInteractiveMovementForItemAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool BeginInteractiveMovementForItem(Foundation.NSIndexPath indexPath);
[<Foundation.Export("beginInteractiveMovementForItemAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BeginInteractiveMovementForItem : Foundation.NSIndexPath -> bool
override this.BeginInteractiveMovementForItem : Foundation.NSIndexPath -> bool

Parameters

indexPath
NSIndexPath

Returns

Attributes

Applies to