---
title: localTranslation
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/nsgesturerecognizerrepresentablecoordinatespaceconverter/localtranslation
---

# localTranslation

The represented gesture recognizer’s current translation in the coordinate space of the SwiftUI view it’s attached to, or nil if the represented gesture recognizer doesn’t respond to -translationInView: selector.

## Declaration

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