UIEvent.TouchesForView(UIView) Method

Definition

Fetches the UITouch for the specified view from the UIEvent.

[Foundation.Export("touchesForView:")]
public virtual Foundation.NSSet TouchesForView (UIKit.UIView view);
abstract member TouchesForView : UIKit.UIView -> Foundation.NSSet
override this.TouchesForView : UIKit.UIView -> Foundation.NSSet

Parameters

view
UIView

The view you are interested in.

Returns

The UITouch events.

Attributes

Applies to