UIEvent.TouchesForView(UIView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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