ios26 default apps have narrow navigation title
Asked on 06/12/2025
1 search
In iOS 26, the navigation bars and toolbars have been updated with a new design that includes a glass appearance and more control over the title areas. Specifically, the UINavigationItem
now provides more control over the title and large title areas in the navigation bar, including the addition of a new subtitle rendered below the title. This allows for more customization, such as using attributed strings for fine-grained adjustments to both the title and subtitle. Large titles are now placed at the top of the content scroll view and scroll with the content underneath the bar.
For more details on these updates, you can refer to the session Build a UIKit app with the new design (07:19).

Build a UIKit app with the new design
Update your UIKit app to take full advantage of the new design system. We’ll dive into key changes to tab views, split views, bars, presentations, search, and controls, and show you how to use Liquid Glass in your custom UI. To get the most out of this video, we recommend first watching “Get to know the new design system” for general design guidance.

What’s new in UIKit
Modernize your app with the latest APIs in UIKit, including enhanced menu bar support, automatic observation tracking, a new UI update method, and improvements to animations. We’ll also cover how you can include SwiftUI scenes in your UIKit app and explore SF Symbols, HDR color pickers, and more.

What’s new in SwiftUI
Learn what’s new in SwiftUI to build great apps for any Apple platform. We’ll explore how to give your app a brand new look and feel with Liquid Glass. Discover how to boost performance with framework enhancements and new instruments, and integrate advanced capabilities like web content and rich text editing. We’ll also show you how SwiftUI is expanding to more places, including laying out views in three dimensions.