---
title: "reloadItems(at:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsscrubber/reloaditems(at:)"
---

# reloadItems(at:)

Reloads the items at the specified indexes.

## Declaration

```swift
func reloadItems(at indexes: IndexSet)
```

## Parameters

- `indexes`: The indexes of the items to reload, provided in an index set (doc://com.apple.documentation/documentation/Foundation/IndexSet).

## Discussion

Discussion The scrubber makes requests for updated views from the data source and then animates their display.

## See Also

### Reloading content

- [reloadData()](appkit/nsscrubber/reloaddata().md)
