All Collections
Navigation
17 articles
Navigating between screens
Wrap your content in a Navigation Stack and add new screens to the stack with Navigation Links.
▶️ How to Navigate Between ScreensRecreate Apple’s Contacts app to find out how to create a navigation hierarchy and how to customize the Navigation Bar.
Navigation StackA layer that displays a root screen and enables you to present additional screens over it.
Navigation LinkA layer that users interact with to present a new screen.
Organizing content in tabs
Use a Tab View and Tab Item Modifier to organize your screens in a Tab Bar.
▶️ How to Build an App with a Tab BarFollow this step-by-step tutorial to learn how to build the skeleton of an app with a Tab Bar.
Tab ViewA layer or screen that switches between multiple children using interactive user interface elements.
Tab Item ModifierSet the Tab Bar item associated with each screen or layer.
Creating a carousel
Use the Tab View Style and Index View Style modifiers to create a carousel.
▶️ How to Create a CarouselLearn how to build a carousel—a mechanism for swiping through an ordered set of pages.
Tab View Style ModifierSet the style for a Tab View layer.
Index View Style ModifierSet the style for the Page Control in a paged Tab View layer.
Toolbars
Add buttons and configure the appearance of Navigation Bars and Tab Bars.
Toolbar Item ModifierCreate a Toolbar item with a specific placement and content.
Toolbar Background Visibility ModifierControl whether the background of a Navigation and/or Tab Bar gets displayed.
Toolbar Background Color ModifierSpecify the preferred background color of a Navigation and/or Tab Bar.
Toolbar Color Scheme ModifierSpecify the preferred color scheme of a Navigation and/or Tab Bar.