ScalingHeaderScrollView
                                
                                
                                
                                    ScalingHeaderScrollView copied to clipboard
                            
                            
                            
                        A scroll view with a sticky header which shrinks as you scroll. Written with SwiftUI.
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:  i want fix the...