共用方式為


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

第二個辨識器。

傳回

屬性

適用於