---
title: UIGestureRecognizerRepresentableContext
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/uigesturerecognizerrepresentablecontext
---

# UIGestureRecognizerRepresentableContext

Contextual information about the state of the system that you use to create and update a represented gesture recognizer.

## Declaration

```swift
struct UIGestureRecognizerRepresentableContext<Representable> where Representable : UIGestureRecognizerRepresentable
```

## Topics

### Instance Properties

- [converter](swiftui/uigesturerecognizerrepresentablecontext/converter.md)
- [coordinator](swiftui/uigesturerecognizerrepresentablecontext/coordinator.md)

## See Also

### Adding UIKit gesture recognizers into SwiftUI view hierarchies

- [UIGestureRecognizerRepresentable](swiftui/uigesturerecognizerrepresentable.md)
- [UIGestureRecognizerRepresentableCoordinateSpaceConverter](swiftui/uigesturerecognizerrepresentablecoordinatespaceconverter.md)
