---
title: "itemTitle(at:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nspopupbuttoncell/itemtitle(at:)"
---

# itemTitle(at:)

Returns the title of the item at the specified index.

## Declaration

```swift
func itemTitle(at index: Int) -> String
```

## Parameters

- `index`: The index of the item you want.

## Return Value

Return Value The title of the item, or an empty string if no item exists at the specified index.

## See Also

### Related Documentation

- [item(at:)](appkit/nspopupbuttoncell/item(at:).md)

### Title conveniences

- [itemTitles](appkit/nspopupbuttoncell/itemtitles.md)
- [titleOfSelectedItem](appkit/nspopupbuttoncell/titleofselecteditem.md)
