A SwiftUI GeometryReader bug caused header collapse in iPad split view but not full screen. The issue stemmed from using GeometryReader inside a scroll view to compute minimum height, creating a feedback loop when split view changed the scroll container size. The solution involved separating viewport size from content size to prevent circular dependencies.
•1m watch time
Sort: