---
title: "init(image:)"
framework: tvuikit
role: symbol
role_heading: Initializer
path: "tvuikit/tvposterview/init(image:)"
---

# init(image:)

Creates a new poster view using the supplied image.

## Declaration

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

## Parameters

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

## Discussion

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.
