UITableViewCell.ShouldRequireFailureOf 方法

定义

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

[Foundation.Export("gestureRecognizer:shouldRequireFailureOfGestureRecognizer:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldRequireFailureOf (UIKit.UIGestureRecognizer gestureRecognizer, UIKit.UIGestureRecognizer otherGestureRecognizer);
abstract member ShouldRequireFailureOf : UIKit.UIGestureRecognizer * UIKit.UIGestureRecognizer -> bool
override this.ShouldRequireFailureOf : UIKit.UIGestureRecognizer * UIKit.UIGestureRecognizer -> bool

参数

gestureRecognizer
UIGestureRecognizer
otherGestureRecognizer
UIGestureRecognizer

返回

属性

适用于