iOS26 tabbar

Asked on 06/16/2025

2 searches

The iOS 26 tab bar has undergone several updates and enhancements as discussed in various sessions at WWDC. Here are some key points:

  1. Floating Design: The tab bar on iPhone now floats above the content and can be configured to minimize on scroll, keeping the focus on your app's content. This behavior can be adopted using the Tab Bar Minimize Behavior modifier. For example, the TV app uses the "onscroll down" behavior, allowing the tab bar to re-expand when scrolling in the opposite direction. Build a SwiftUI app with the new design

  2. Adaptivity: The tab bar can adapt into a sidebar, especially on iPad, allowing quick access to collections of content. This is managed through the UiTabbarcontroller API, which offers seamless management of this adaptation. Make your UIKit app more flexible

  3. Customization: Users can customize the tab bar by adding their favorite tabs through drag and drop, making it easy to personalize their experience. This feature is particularly emphasized in iPadOS, where the tab bar can morph into a sidebar for a more integrated navigation experience. Elevate your tab and sidebar experience in iPadOS

  4. New Design System: The tab bar is part of the new design system that includes a glass appearance, floating above the content. This design is consistent across navigation bars and toolbars, providing a cohesive look and feel. Build a UIKit app with the new design

These updates aim to enhance the user experience by providing more flexibility, customization, and a modern aesthetic.