---
title: arrangedObjects
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nspagecontroller/arrangedobjects
---

# arrangedObjects

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

## Declaration

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

## Discussion

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:) method to create a history as the user navigates. This property is key-value observing compliant.

## See Also

### Page Controller Items

- [navigateForward(to:)](appkit/nspagecontroller/navigateforward(to:).md)
- [selectedIndex](appkit/nspagecontroller/selectedindex.md)
