<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSOutlineView/reloadItem(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSOutlineView(im)reloadItem:"
  },
  "title" : "reloadItem(_:)"
}
-->

# reloadItem(_:)

Reloads and redisplays the data for the given item.

```
func reloadItem(_ item: Any?)
```

## Parameters

`item`

The item to reload and display.

## Discussion

Reloading the cell views associated with `item` occurs only in apps that link against macOS 10.12 and later.

This method may cause the outline view to change its selection without calling the [`outlineViewSelectionDidChange(_:)`](/documentation/AppKit/NSOutlineViewDelegate/outlineViewSelectionDidChange(_:)) delegate method.

---

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)