<!--
{
  "availability" : [
    "tvOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TVUIKit",
  "identifier" : "/documentation/TVUIKit/TVPosterView",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "TVUIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)TVPosterView"
  },
  "title" : "TVPosterView"
}
-->

# TVPosterView

An optimized view for displaying an image, a header, and a footer.

```
class TVPosterView
```

## Overview

The `TVPosterView` object is a specialized [`TVLockupView`](/documentation/TVUIKit/TVLockupView) used to display media items. The size of the poster view expands when it comes into focus.

![A darkened image with a highlighted box in the bottom-left corner that shows a media item image and title.](images/com.apple.tvuikit/media-3016829@2x.png)

## Topics

### Creating a Poster View

[`init(image:)`](/documentation/TVUIKit/TVPosterView/init(image:))

Creates a new poster view using the supplied image.

### Configuring a Poster View

[`image`](/documentation/TVUIKit/TVPosterView/image)

The image for the poster view.

[`imageView`](/documentation/TVUIKit/TVPosterView/imageView)

The image view associated with the poster view.

[`title`](/documentation/TVUIKit/TVPosterView/title)

The title for the poster view.

[`subtitle`](/documentation/TVUIKit/TVPosterView/subtitle)

The subtitle for the poster view.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)