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

# subtitle

The subtitle for the poster view.

## Declaration

```swift
var subtitle: String? { get set }
```

## Discussion

Discussion A subtitle for a poster view is optional. If it exists, it appears beneath the title.

## See Also

### Configuring a Poster View

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