---
title: "reloadItem(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsoutlineview/reloaditem(_:)"
---

# reloadItem(_:)

Reloads and redisplays the data for the given item.

## Declaration

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

## Parameters

- `item`: The item to reload and display.

## Discussion

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(_:) delegate method.

## See Also

### Redisplaying Information

- [reloadItem(_:reloadChildren:)](appkit/nsoutlineview/reloaditem(_:reloadchildren:).md)
