Navigation Styling with SwiftUI (original) (raw)

Hi all,

I was aiming to create a similar navigation bar experience like the ones in Apple Music and Books.
Example

Some characteristics they all have:

I'm trying to build this with SwiftUI, and I encountered some issues that I can't wrap my head around:

Does anyone know if it's possible to achieve the same result with purely swiftUI? If not, can the same be achieved with UIKit?

Thanks!