Compartilhar via


PdfView.ShouldRecognizeSimultaneously Método

Definição

Método que é chamado para descobrir se gestureRecognizer deve reconhecer ao mesmo tempo que 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

Parâmetros

gestureRecognizer
UIGestureRecognizer

O primeiro reconhecedor.

otherGestureRecognizer
UIGestureRecognizer

O segundo reconhecedor.

Retornos

Atributos

Aplica-se a