---
title: image
framework: tvuikit
role: symbol
role_heading: Instance Property
path: tvuikit/tvposterview/image
---

# image

The image for the poster view.

## Declaration

```swift
var image: UIImage? { get set }
```

## Discussion

Discussion The size of the poster view is determined by the natural size of the supplied image when no frame or content size is explicitly set.

## See Also

### Configuring a Poster View

- [imageView](tvuikit/tvposterview/imageview.md)
- [title](tvuikit/tvposterview/title.md)
- [subtitle](tvuikit/tvposterview/subtitle.md)
