Updated: March 30, 2023
Sibling Navigation
FUIPageViewController
Intro
In apps designed with hierarchical navigation, the sibling navigation pattern can help users to easily navigate between child objects.

Sibling navigation in compact width (left) and regular width (right)
A. Info
• Upper Line: Shows the current and total numbers of the sibling pages
• Lower Line: Shows the parent name of the sibling pages
B. Controls
• Previous: Brings the user back to the previous child view page
• Next: Brings the user to the next child view page
Text-Based Sibling Navigation
Text-based sibling navigation is best used if one of the following applies to your app:
- It has a toolbar and an action button
- It doesn’t have a toolbar
Icon-Based Sibling Navigation
Use icon-based sibling navigation if the following applies to your app:
- It has a toolbar and two or more action buttons
- It has a toolbar that is icon-based
- It is only available for compact width devices
Related Foundation: Navigation
Development: FUIPageViewController