<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "tvOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ARView/touchesEnded(_:with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "c:@CM@RealityKit@objc(cs)ARView(im)touchesEnded:withEvent:"
  },
  "title" : "touchesEnded(_:with:)"
}
-->

# touchesEnded(_:with:)

Tells the view when one or more fingers are raised from the view.

```
@MainActor @preconcurrency override dynamic func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?)
```

## 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’s
<doc://com.apple.documentation/documentation/UIKit/UIView/isMultipleTouchEnabled>
property to `true`.

`event`

The event to which the touches belong.

## Discussion

See [`touchesEnded(_:with:)`](/documentation/RealityKit/EntityTranslationGestureRecognizer/touchesEnded(_:with:)) for
more information.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)