Share via


UIGestureRecognizer.IgnorePress(UIPress, UIPressesEvent) Method

Definition

Developers may override this method to tell the gesture recognizer to ignore specific presses.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void IgnorePress(UIKit.UIPress button, UIKit.UIPressesEvent event);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.IgnorePress : UIKit.UIPress * UIKit.UIPressesEvent -> unit

Parameters

button
UIPress
Attributes

Applies to