---
title: title
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkpickeritem/title
---

# title

The text to display for the item.

## Declaration

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

## Discussion

Discussion This string contains the item’s content and is displayed when the item is selected. Titles are used for pickers configured to display a list. They are not shown for stack and image sequence styles.

## See Also

### Setting the Picker Item’s Content

- [contentImage](watchkit/wkpickeritem/contentimage.md)
- [accessoryImage](watchkit/wkpickeritem/accessoryimage.md)
- [caption](watchkit/wkpickeritem/caption.md)
