<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTabView/tabViewItem(at:)-7r3at",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTabView(im)tabViewItemAtIndex:"
  },
  "title" : "tabViewItem(at:)"
}
-->

# tabViewItem(at:)

Returns the tab view item at `index` in the tab view’s array of items.

```
func tabViewItem(at index: Int) -> NSTabViewItem
```

## Parameters

`index`

The index at which to insert the tab view item. The `index` parameter is zero-based.

## Return Value

The tab view item at the specified index.

## See Also

[`-  insertTabViewItem:atIndex:`](/documentation/AppKit/NSTabView/insertTabViewItem(_:at:))

Inserts the specified item into the tab view’s array of tab view items at the specified index.



---

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)