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

# imageView

The image view associated with the poster view.

## Declaration

```swift
var imageView: UIImageView { get }
```

## Discussion

Discussion Use the image view to add additional information, such as overlays or badges, to the main content image. Don’t set an image directly on the image view. Always use the poster view’s image property.

## See Also

### Configuring a Poster View

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