arrangedObjects
An array containing the objects displayed in the page controller’s view.
Declaration
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:) method to create a history as the user navigates.
This property is key-value observing compliant.