Condividi tramite


PdfView.ShouldRecognizeSimultaneously Metodo

Definizione

Metodo chiamato per scoprire se gestureRecognizer deve riconoscere contemporaneamente a otherGestureRecognizer.

[Foundation.Export("gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldRecognizeSimultaneously (UIKit.UIGestureRecognizer gestureRecognizer, UIKit.UIGestureRecognizer otherGestureRecognizer);
abstract member ShouldRecognizeSimultaneously : UIKit.UIGestureRecognizer * UIKit.UIGestureRecognizer -> bool
override this.ShouldRecognizeSimultaneously : UIKit.UIGestureRecognizer * UIKit.UIGestureRecognizer -> bool

Parametri

gestureRecognizer
UIGestureRecognizer

Primo riconoscitore.

otherGestureRecognizer
UIGestureRecognizer

Secondo riconoscitore.

Restituisce

Attributi

Si applica a