UIGestureRecognizerDelegate_Extensions.ShouldRequireFailureOf 方法

定义

otherGestureRecognizer 是否要求指定的 gestureRecognizer 失败。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldRequireFailureOf (this UIKit.IUIGestureRecognizerDelegate This, UIKit.UIGestureRecognizer gestureRecognizer, UIKit.UIGestureRecognizer otherGestureRecognizer);
static member ShouldRequireFailureOf : UIKit.IUIGestureRecognizerDelegate * UIKit.UIGestureRecognizer * UIKit.UIGestureRecognizer -> bool

参数

This
IUIGestureRecognizerDelegate

此扩展方法操作的实例。

gestureRecognizer
UIGestureRecognizer
otherGestureRecognizer
UIGestureRecognizer

返回

属性

适用于