kavsoft
patreon
Resizable Header Scroll View Using SwiftUI | Xcode
🕑 Added 2025-07-24 21:00:14 +0000 UTCHello Guys 🖐🖐🖐
In this video, I’ll show how you how to create a resizable header scroll view using SwiftUI with two use case scenarios.
YouTube Video: https://youtu.be/7lcSzOVCs04
Download Code 👇
Comments
Florian Vates
It's worth noting that each scroll tick will update the header view which could end up being very expensive. At the very least, it should stop updating when it's no longer necessary (when minimum height is reached)
Emanuel Luna
I like this. I'm wondering if there's a way to do something similar like the Apple Music app now. Like when you take a look at an album and the songs associated with said album, you scroll down enough and the image of the album is seen at the top. Is that possible to do as well?