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

# navigateForward(_:)

Navigates to the next object in the page controller’s arranged objects array, if appropriate.

```
@IBAction func navigateForward(_ sender: Any?)
```

## Parameters

`sender`

The sender.

## Discussion

This method is typically invoked in response to a user interacting with a control, the `sender`.

This method is animated and invokes the delegate’s [`pageControllerWillStartLiveTransition(_:)`](/documentation/AppKit/NSPageControllerDelegate/pageControllerWillStartLiveTransition(_:)) and [`pageControllerDidEndLiveTransition(_:)`](/documentation/AppKit/NSPageControllerDelegate/pageControllerDidEndLiveTransition(_:)) methods.

## See Also

[`navigateForward(to:)`](/documentation/AppKit/NSPageController/navigateForward(to:))

Navigates to the specific object.



---

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)