---
title: localVelocity
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/uigesturerecognizerrepresentablecoordinatespaceconverter/localvelocity
---

# localVelocity

The represented gesture recognizer’s current velocity in the coordinate space of the SwiftUI view it’s attached to.

## Declaration

```swift
var localVelocity: CGPoint? { get }
```

## Discussion

Discussion If the gesture recognizer does not implement a velocityInView: method, returns nil.
