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
@ryanashcraft @tomn94 I didn’t know this is public API 🤯 kind of surprised