Share via


UIEvent.TouchesForView(UIView) Method

Definition

[Foundation.Export("touchesForView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSSet? TouchesForView(UIKit.UIView view);
[<Foundation.Export("touchesForView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TouchesForView : UIKit.UIView -> Foundation.NSSet
override this.TouchesForView : UIKit.UIView -> Foundation.NSSet

Parameters

view
UIView

Returns

Attributes

Applies to