Share via


UICollectionViewController.InstallsStandardGestureForInteractiveMovement プロパティ

定義

標準の長押しジェスチャ認識エンジンがセルの並べ替えを開始するかどうか。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool InstallsStandardGestureForInteractiveMovement { [Foundation.Export("installsStandardGestureForInteractiveMovement")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setInstallsStandardGestureForInteractiveMovement:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.InstallsStandardGestureForInteractiveMovement : bool with get, set

プロパティ値

既定値は true です。

属性

注釈

既定では、 内 UICollectionViewController のセル位置のドラッグ アンド ドロップは、長押し (および の MoveItem(UICollectionView, NSIndexPath, NSIndexPath)実装) でトリガーされます。 その動作を望まない開発者は、この値を に false設定できます。

適用対象