Tell me about Tab Bars

Asked on 06/12/2025

1 search

Tab Bars are a fundamental navigation component in iOS and iPadOS apps, providing persistent top-level navigation. They allow users to quickly switch between different sections of an app while maintaining the current state within each tab. Here are some key points about Tab Bars from the WWDC sessions:

  1. Design and Functionality:

    • Tab Bars provide an overview of your app at a glance and help users switch from section to section efficiently. They are always visible, making it easy to access different parts of the app at any time (Build a UIKit app with the new design).
    • In iOS, a dedicated search tab is included at the bottom, making it quicker to access and easier to reach (Get to know the new design system).
  2. Customization and Personalization:

  3. Design Considerations:

    • It's important to organize the tab bar well to give users a clear sense of layout and help them move smoothly between sections. Avoid placing screen-specific actions in the tab bar (Get to know the new design system).
    • Tabs should be used for navigation, not for taking action. This helps in maintaining a simplified and predictable user interface (Design foundations from idea to interface).
  4. Updates and Enhancements:

These enhancements and best practices help in creating a more intuitive and efficient navigation experience for users across different Apple platforms.