UIGestureRecognizer.ShouldRequireFailureOfGestureRecognizer Method

Definition

Returns a value that tells whether the receiver requires otherGestureRecognizer to fail.

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

Parameters

otherGestureRecognizer
UIGestureRecognizer

Returns

If set to true, it sets up the failure requirement. Otherwise set to false.

Attributes

Applies to