---
title: UIViewRepresentable.Context
framework: swiftui
role: symbol
role_heading: Type Alias
path: swiftui/uiviewrepresentable/context
---

# UIViewRepresentable.Context

## Declaration

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

## See Also

### Creating and updating the view

- [makeUIView(context:)](swiftui/uiviewrepresentable/makeuiview(context:).md)
- [updateUIView(_:context:)](swiftui/uiviewrepresentable/updateuiview(_:context:).md)
- [UIViewType](swiftui/uiviewrepresentable/uiviewtype.md)
