<!--
{
  "availability" : [
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKPickerItem",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKPickerItem"
  },
  "title" : "WKPickerItem"
}
-->

# WKPickerItem

A single item in a picker interface.

```
class WKPickerItem
```

## Overview

You create picker items yourself and assign them to a [`WKInterfacePicker`](/documentation/WatchKit/WKInterfacePicker) object in your interface. For each item, you can specify a title string, an image, or both based on the style of the picker.

The style of the picker determines how you configure the items of that picker:

- List. Items may be configured in one of two ways:
- Specify an image in the [`contentImage`](/documentation/WatchKit/WKPickerItem/contentImage) property.
- Specify text in the [`title`](/documentation/WatchKit/WKPickerItem/title) property and an optional image in the [`accessoryImage`](/documentation/WatchKit/WKPickerItem/accessoryImage) property.
- Stacked. Configure each item with an image in the [`contentImage`](/documentation/WatchKit/WKPickerItem/contentImage) property.
- Image Sequence. Configure each item with an image in the [`contentImage`](/documentation/WatchKit/WKPickerItem/contentImage) property.

## Topics

### Setting the Picker Item’s Content

[`contentImage`](/documentation/WatchKit/WKPickerItem/contentImage)

The image to display for the item.

[`title`](/documentation/WatchKit/WKPickerItem/title)

The text to display for the item.

[`accessoryImage`](/documentation/WatchKit/WKPickerItem/accessoryImage)

A small image to display next to the title string.

[`caption`](/documentation/WatchKit/WKPickerItem/caption)

A caption for the item’s content.



---

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)