iOS26 tab bar

Asked on 06/16/2025

1 search

In iOS 26, the tab bar has been updated with a new design that includes several enhancements. The tab bar now floats above the content and can be configured to minimize on scroll, which helps keep the focus on your app's content. This behavior can be adopted by setting the "top bar minimize behavior" to the desired direction, such as "onscroll down" for the tab bar to re-expand when scrolling in the opposite direction. This feature is demonstrated in the TV app, where the tab bar minimizes and re-expands based on scroll direction.

Additionally, the tab bar supports persistent features using accessory views, such as media playback controls, which remain visible across your app. This is particularly useful for apps that require additional controls close at hand, like a playback view in a music app.

For more details on how to implement these features in a UIKit app, you can refer to the session Build a UIKit app with the new design (02:08).