iOS26 WWDC25 large inline navigation?

How to achieve the same navigation bar style as in the Design foundations from idea to interface - WWDC25 video?

Screenshot: https://imgur.com/a/huzsm1H

There's no new navigationBarTitleDisplayMode that has action buttons aligned with the title.

Accepted Answer

Found it. It's .toolbarTitleDisplayMode(.inlineLarge). Not sure why no update .navigationBarTitleDisplayMode with .inlineLarge...

iOS26 WWDC25 large inline navigation?
 
 
Q