UIGestureRecognizerDelegate.ShouldBegin(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.
Whether the gesture recognition should begin.
[Foundation.Export("gestureRecognizerShouldBegin:")]
public virtual bool ShouldBegin (UIKit.UIGestureRecognizer recognizer);
abstract member ShouldBegin : UIKit.UIGestureRecognizer -> bool
override this.ShouldBegin : UIKit.UIGestureRecognizer -> bool
Parameters
- recognizer
- UIGestureRecognizer
Returns
- Attributes