Compartir a través de


UICollectionViewController.InstallsStandardGestureForInteractiveMovement Propiedad

Definición

Si el reconocedor de gestos de presión larga estándar comienza la reordenación de celdas.

[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

Valor de propiedad

El valor predeterminado es true.

Atributos

Comentarios

De forma predeterminada, las ubicaciones de celdas de arrastrar y colocar en un UICollectionViewController se desencadenan con una pulsación larga (y una implementación de MoveItem(UICollectionView, NSIndexPath, NSIndexPath)). Los desarrolladores que no quieran ese comportamiento pueden establecer este valor en false.

Se aplica a