UIGestureRecognizer.ShouldBeRequiredToFailByGestureRecognizer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifically overridden to indicate that a receiver requires the specified gesture recognizer to fail.
[Foundation.Export("shouldBeRequiredToFailByGestureRecognizer:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldBeRequiredToFailByGestureRecognizer (UIKit.UIGestureRecognizer otherGestureRecognizer);
abstract member ShouldBeRequiredToFailByGestureRecognizer : UIKit.UIGestureRecognizer -> bool
override this.ShouldBeRequiredToFailByGestureRecognizer : UIKit.UIGestureRecognizer -> bool
Parameters
- otherGestureRecognizer
- UIGestureRecognizer
A subclass instance of UIGestureRecognizer.
Returns
If set to true
, sets up the failure requirement. Otherwise set to false
.
- Attributes