UIPressesEvent.GetPresses(UIGestureRecognizer) Method

Definition

A set of one or more UIPress objects associated with the gestureUIGestureRecognizer.

[Foundation.Export("pressesForGestureRecognizer:")]
public virtual Foundation.NSSet<UIKit.UIPress> GetPresses (UIKit.UIGestureRecognizer gesture);
abstract member GetPresses : UIKit.UIGestureRecognizer -> Foundation.NSSet<UIKit.UIPress>
override this.GetPresses : UIKit.UIGestureRecognizer -> Foundation.NSSet<UIKit.UIPress>

Parameters

Returns

Attributes

Applies to