<!--
{
  "availability" : [
    "macOS: 10.8.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPageController/arrangedObjects",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPageController(py)arrangedObjects"
  },
  "title" : "arrangedObjects"
}
-->

# arrangedObjects

An array containing the objects displayed in the page controller’s view.

```
var arrangedObjects: [Any] { get set }
```

## Discussion

The delegate will be asked for snapshots as they are needed. Alternatively, you may never directly set this array and use the -[`navigateForward(to:)`](/documentation/AppKit/NSPageController/navigateForward(to:)) method to create a history as the user navigates.

This property is key-value observing compliant.

---

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)