UIGestureRecognizer.ShouldRequireFailureOfGestureRecognizer 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.
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