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

# init(image:)

Creates a new poster view using the supplied image.

```
init(image: UIImage?)
```

## Parameters

`image`

The image to be displayed in the content view area of the lockup view.

## Discussion

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

---

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)