Scrolling support above content?
Hi, this is more of a question. I notice that scrolling doesn't register beyond the MaterialTabsScroll, like in the headerTabBar or headerTitle area. Is it possible to register or connect the scrolling there too?
I don't think that is possible in SwiftUI, but I'd love to be proven wrong. In UIKit, you could move the scroll view's swipe gesture recognizer to a parent view to accomplish this, but I'm not aware of any similar capability in SwiftUI.
Got it thanks for the prompt response! I asked because a large part of my screen is taken up in the headerTitle, and the only part I need it to be sticky is the headerTabBar, while the content contains scrollable tabs. I thought it was only nature scrolling would work in the top area too given this is a common pattern. Maybe I'm using this incorrectly on my end.