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

# reloadItems(at:)

Reloads the items at the specified indexes.

```
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

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

---

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)