---
title: Coordinator
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/uiviewrepresentable/coordinator
---

# Coordinator

A type to coordinate with the view.

## Declaration

```swift
associatedtype Coordinator = Void
```

## See Also

### Providing a custom coordinator object

- [makeCoordinator()](swiftui/uiviewrepresentable/makecoordinator().md)
