Is there a UITabBar replacement?

Asked on 06/11/2025

1 search

There is no direct replacement for UITabBar, but there are enhancements and new APIs that provide more flexibility and customization options for tab bars in UIKit and SwiftUI.

In recent updates, the tab bar can adapt into a sidebar, allowing for a more integrated navigation experience across different devices, such as iPad and Mac. The new UITab and UITabGroup APIs in UIKit allow for better description of app hierarchies and enable seamless transitions between tab bars and sidebars. This is particularly useful for apps with complex navigation structures.

For more details, you can refer to the session Make your UIKit app more flexible (08:26) and Elevate your tab and sidebar experience in iPadOS (04:07).

Is there a UITabBar replacement? | Ask WWDC