Tells the view when one or more touches associated with an event changed.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- Xcode 11.0+
Framework
- Reality
Kit
Declaration
Parameters
touches
A set of UITouch instances that represent the touches whose values changed. These touches all belong to the specified
event
. For touches in a view, this set contains only one touch by default. To receive multiple touches, set the view’sis
property toMultiple Touch Enabled true
.event
The event to which the touches belong.
Discussion
See touches
for more information.