UIView.GestureRecognizerShouldBegin(UIGestureRecognizer) 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.
[Foundation.Export("gestureRecognizerShouldBegin:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool GestureRecognizerShouldBegin(UIKit.UIGestureRecognizer gestureRecognizer);
[<Foundation.Export("gestureRecognizerShouldBegin:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GestureRecognizerShouldBegin : UIKit.UIGestureRecognizer -> bool
override this.GestureRecognizerShouldBegin : UIKit.UIGestureRecognizer -> bool
Parameters
- gestureRecognizer
- UIGestureRecognizer
Returns
- Attributes