UIGestureRecognizer.IgnorePress(UIPress, UIPressesEvent) Method

Definition

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

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public void IgnorePress (UIKit.UIPress button, UIKit.UIPressesEvent event);
member this.IgnorePress : UIKit.UIPress * UIKit.UIPressesEvent -> unit

Parameters

button
UIPress
Attributes

Applies to