Condividi tramite


PdfView.ShouldReceivePress(UIGestureRecognizer, UIPress) Metodo

Definizione

Metodo chiamato per verificare se il sistema di riconoscimento specificato deve ricevere la pressione specificata.

[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

Parametri

gestureRecognizer
UIGestureRecognizer

Strumento di riconoscimento su cui eseguire una query.

press
UIPress

La pressione da controllare.

Restituisce

Attributi

Si applica a