---
title: UIViewControllerRepresentable.Context
framework: swiftui
role: symbol
role_heading: Type Alias
path: swiftui/uiviewcontrollerrepresentable/context
---

# UIViewControllerRepresentable.Context

## Declaration

```swift
typealias Context = UIViewControllerRepresentableContext<Self>
```

## See Also

### Creating and updating the view controller

- [makeUIViewController(context:)](swiftui/uiviewcontrollerrepresentable/makeuiviewcontroller(context:).md)
- [updateUIViewController(_:context:)](swiftui/uiviewcontrollerrepresentable/updateuiviewcontroller(_:context:).md)
- [UIViewControllerType](swiftui/uiviewcontrollerrepresentable/uiviewcontrollertype.md)
