---
title: UIViewType
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/uiviewrepresentable/uiviewtype
---

# UIViewType

The type of view to present.

## Declaration

```swift
associatedtype UIViewType : UIView
```

## See Also

### Creating and updating the view

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