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.
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.
Found it. It's .toolbarTitleDisplayMode(.inlineLarge). Not sure why no update .navigationBarTitleDisplayMode with .inlineLarge...