What has changed for the navigation bar in iOS 26.

Asked on 2025-09-04

1 search

In iOS 26, navigation bars have undergone several changes as part of the new design system. Here are the key updates:

  1. Glass Appearance: Navigation bars now adopt a new glass appearance, floating above the content. This design gives a more modern and dynamic look to the navigation bars.

  2. Visual Grouping: When you specify toolbar or navigation bar button items, the system automatically separates them into visual groups. Each group shares a glass background by default, enhancing the visual coherence of the UI.

  3. Subtitle API: A new Subtitle API has been introduced, allowing for more control over the title and subtitle areas in the navigation bar. This includes the ability to render a subtitle below the title, providing additional context or information.

  4. Transparency: The bar background is now transparent by default. This means any background customization using UIBarAppearance or background color should be removed to avoid interfering with the glass appearance.

  5. Large Titles: Large titles are now placed at the top of the content scroll view and scroll with the content underneath the bar. To keep the large title visible, the scroll view should be extended fully under the navigation bar.

For more details, you can refer to the session Build a UIKit app with the new design (07:19).