UIGestureRecognizerDelegate_Extensions.ShouldBeRequiredToFailBy 方法

定义

指定的手势识别器之间是否存在动态故障要求。

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

参数

This
IUIGestureRecognizerDelegate

此扩展方法在其上运行的实例。

gestureRecognizer
UIGestureRecognizer
otherGestureRecognizer
UIGestureRecognizer

返回

属性

适用于