PdfView.ShouldRecognizeSimultaneously 方法

定义

调用 的方法,以确定是否gestureRecognizer应同时识别 。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

参数

gestureRecognizer
UIGestureRecognizer

第一个识别器。

otherGestureRecognizer
UIGestureRecognizer

第二个识别器。

返回

属性

适用于