<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/UIGestureRecognizerRepresentableContext",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI39UIGestureRecognizerRepresentableContextV"
  },
  "title" : "UIGestureRecognizerRepresentableContext"
}
-->

# UIGestureRecognizerRepresentableContext

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

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

## Topics

### Instance Properties

[`let converter: UIGestureRecognizerRepresentableCoordinateSpaceConverter`](/documentation/SwiftUI/UIGestureRecognizerRepresentableContext/converter)

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

[`let coordinator: Representable.Coordinator`](/documentation/SwiftUI/UIGestureRecognizerRepresentableContext/coordinator)

The custom object that you use to communicate state changes from your
gesture recognizer to other parts of your SwiftUI interface.

---

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)