Interesting to me the App Store navigation bar title is raised up in iOS 17. Only reason I can think of why is to fit more ads above the fold.

As @tomn94 pointed out, there's a new "inline" value for UINavigationItem.LargeTitleDisplayMode that resembles this layout.

https://developer.apple.com/documentation/uikit/uinavigationitem/largetitledisplaymode/inline

SwiftUI equiv: https://developer.apple.com/documentation/SwiftUI/View/toolbarTitleDisplayMode(_:)

UINavigationItem.LargeTitleDisplayMode.inline | Apple Developer Documentation

There's never been a better time to develop for Apple platforms.

Apple Developer Documentation
toolbarTitleDisplayMode(_:) | Apple Developer Documentation

Configures the toolbar title display mode for this view.

Apple Developer Documentation
@[email protected] gah I searched. These new APIs are so hard to discover sometimes 😫
@ryanashcraft doesn’t help that it coincided with moving further away from the navigation bar named modifiers.