ScalingHeaderScrollView icon indicating copy to clipboard operation
ScalingHeaderScrollView copied to clipboard

A scroll view with a sticky header which shrinks as you scroll. Written with SwiftUI.

Results 14 ScalingHeaderScrollView issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to implement a stretchy header where the header is an image with text overlayed. If I use `.allowsHeaderGrowth()` I get this behavior: ![Simulator Screen Recording - iPhone...

I'm using your ScalingHeaderScrollview in my App and never had any problem with it when using iOS17. After using iOS18 beta and ScalingHeaderScrollView Version 1.1.4 I get following error when...

On iOS 26 beta, the scaling behavior of ScalingHeaderScrollView appears to be broken. The header no longer shrinks when scrolling — it stays stuck in the large (expanded) position instead...

When user does half scroll action then stop, ui gets stuck on both small header and big header, is there any way to fix this? ![Image](https://github.com/user-attachments/assets/69ed5265-e997-4c74-9c2b-74ad61c2aba8) i want fix the...