---
title: view
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiviewprintformatter/view
---

# view

The view from which the view print formatter was derived.

## Declaration

```swift
var view: UIView { get }
```

## Discussion

Discussion You obtain a view print formatter by calling viewPrintFormatter() on a UIView object.
