---
title: UIGestureRecognizerRepresentableCoordinateSpaceConverter
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/uigesturerecognizerrepresentablecoordinatespaceconverter
---

# UIGestureRecognizerRepresentableCoordinateSpaceConverter

A proxy structure used to convert locations to/from coordinate spaces in the hierarchy of the SwiftUI view associated with a UIGestureRecognizerRepresentable.

## Declaration

```swift
struct UIGestureRecognizerRepresentableCoordinateSpaceConverter
```

## Topics

### Instance Properties

- [localLocation](swiftui/uigesturerecognizerrepresentablecoordinatespaceconverter/locallocation.md)
- [localTranslation](swiftui/uigesturerecognizerrepresentablecoordinatespaceconverter/localtranslation.md)
- [localVelocity](swiftui/uigesturerecognizerrepresentablecoordinatespaceconverter/localvelocity.md)

### Instance Methods

- [convert(globalPoint:to:)](swiftui/uigesturerecognizerrepresentablecoordinatespaceconverter/convert(globalpoint:to:).md)
- [location(in:)](swiftui/uigesturerecognizerrepresentablecoordinatespaceconverter/location(in:).md)
- [translation(in:)](swiftui/uigesturerecognizerrepresentablecoordinatespaceconverter/translation(in:).md)
- [velocity(in:)](swiftui/uigesturerecognizerrepresentablecoordinatespaceconverter/velocity(in:).md)

## See Also

### Adding UIKit gesture recognizers into SwiftUI view hierarchies

- [UIGestureRecognizerRepresentable](swiftui/uigesturerecognizerrepresentable.md)
- [UIGestureRecognizerRepresentableContext](swiftui/uigesturerecognizerrepresentablecontext.md)
