<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSDiffableDataSourceSnapshotReference/appendItems(withIdentifiers:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSDiffableDataSourceSnapshot(im)appendItemsWithIdentifiers:"
  },
  "title" : "appendItems(withIdentifiers:)"
}
-->

# appendItems(withIdentifiers:)

Adds the items with the specified identifiers to the last section of the snapshot.

```
func appendItems(withIdentifiers identifiers: [Any])
```

## Parameters

`identifiers`

An array of identifiers specifying the items to add to the snapshot.

---

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)