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(_:)


