Compartilhar via


UICollectionViewController.InstallsStandardGestureForInteractiveMovement Propriedade

Definição

Se o reconhecedor de gestos de pressão longa padrão inicia a reordenação da célula.

[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 da propriedade

O valor padrão é true.

Atributos

Comentários

Por padrão, arrastar e soltar locais de célula em um UICollectionViewController é disparado com uma longa pressão (e uma implementação de MoveItem(UICollectionView, NSIndexPath, NSIndexPath)). Os desenvolvedores que não querem esse comportamento podem definir esse valor como false.

Aplica-se a