How do I create a Tab View Bottom Accessory?
Asked on 06/11/2025
1 search
To create a Tab View Bottom Accessory in a SwiftUI app, you can use the Tab View Bottom accessory
modifier. This allows you to place a view above the tab bar, taking advantage of the extra space provided by the tab bar's collapsing behavior. Here's a brief overview of how you can implement this:
-
Create the Accessory View: Place your additional controls or content in a view that you want to display as a bottom accessory.
-
Use the Modifier: Apply the
Tab View Bottom accessory
modifier to your view. This will position your accessory view above the tab bar. -
Adjust for Collapsing Behavior: Read the Tab View button accessory placement from the environment and adjust the content of your accessory when it collapses into the Tab bar area.
For more detailed guidance, you can refer to the session Build a SwiftUI app with the new design (05:35) from WWDC 2025.

Build a UIKit app with the new design
Update your UIKit app to take full advantage of the new design system. We’ll dive into key changes to tab views, split views, bars, presentations, search, and controls, and show you how to use Liquid Glass in your custom UI. To get the most out of this video, we recommend first watching “Get to know the new design system” for general design guidance.

Build a SwiftUI app with the new design
Explore the ways Liquid Glass transforms the look and feel of your app. Discover how this stunning new material enhances toolbars, controls, and app structures across platforms, providing delightful interactions and seamlessly integrating your app with the system. Learn how to adopt new APIs that can help you make the most of Liquid Glass.

Build an AppKit app with the new design
Update your AppKit app to take full advantage of the new design system. We’ll dive into key changes to tab views, split views, bars, presentations, search, and controls, and show you how to use Liquid Glass in your custom UI. To get the most out of this video, we recommend first watching “Get to know the new design system” for general design guidance.