UIKit.UIView.GestureRecognizerShouldBegin Method
Determines if the specified gesture recognizers should be allowed to track touch events.

Syntax

[Foundation.Export("gestureRecognizerShouldBegin:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual bool GestureRecognizerShouldBegin (UIGestureRecognizer gestureRecognizer)

Parameters

gestureRecognizer
The gesture recognizer that is trying to transitioning out of the UIKit.UIGestureRecognizerState's Possible state.

Returns

Remarks

Override this method if your application handles touches directly, it controls whether an associated UIKit.UIGestureRecognizer should execute or not.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0