Updated: January 27, 2022
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: Sibling Navigation – Info
• Upper Line: Shows the current & total numbers of the sibling pages
• Lower Line: Shows the parent name of the sibling pages
B: Sibling Navigation – Controls
• Previous: Goes to the previous child view page
• Next: Goes to the next child view page
Text-based:
Choose this type if your app currently…
- has a toolbar and an action button
- doesn’t have a toolbar
Icon-based:
Choose this type if your app currently…
- has a toolbar and two or more action buttons
- has a toolbar which is icon-based
- only provides a version for iPhone (and no version for iPad)
Related Foundation: Navigation
Development: FUIPageViewController