Compartilhar via


PdfView.ShouldReceivePress(UIGestureRecognizer, UIPress) Método

Definição

Método chamado para descobrir se o reconhecedor especificado deve receber a imprensa especificada.

[Foundation.Export("gestureRecognizer:shouldReceivePress:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldReceivePress (UIKit.UIGestureRecognizer gestureRecognizer, UIKit.UIPress press);
abstract member ShouldReceivePress : UIKit.UIGestureRecognizer * UIKit.UIPress -> bool
override this.ShouldReceivePress : UIKit.UIGestureRecognizer * UIKit.UIPress -> bool

Parâmetros

gestureRecognizer
UIGestureRecognizer

O reconhecedor a ser consultado.

press
UIPress

A tecla a ser verificada.

Retornos

Atributos

Aplica-se a