UIGestureRecognizerDelegate.ShouldReceivePress 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("gestureRecognizer:shouldReceivePress:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldReceivePress(UIKit.UIGestureRecognizer gestureRecognizer, UIKit.UIPress press);
[<Foundation.Export("gestureRecognizer:shouldReceivePress:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldReceivePress : UIKit.UIGestureRecognizer * UIKit.UIPress -> bool
override this.ShouldReceivePress : UIKit.UIGestureRecognizer * UIKit.UIPress -> bool
Parameters
- gestureRecognizer
- UIGestureRecognizer
- press
- UIPress
Returns
Implements
- Attributes