Freigeben über


UICollectionViewController.CanMoveItem(UICollectionView, NSIndexPath) Methode

Definition

Gibt an, ob die Zelle am angegebenen indexPath interaktiv verschoben werden kann.

[Foundation.Export("collectionView:canMoveItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanMoveItem (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member CanMoveItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
override this.CanMoveItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool

Parameter

collectionView
UICollectionView

Die Auflistungsansicht, die die Anforderung ausgelöst hat.

indexPath
NSIndexPath

Gibt zurück

Der Standardwert ist true, sodass Zellen neu sortiert werden können.

Attribute

Gilt für: