Post

Replies

Boosts

Views

Activity

Reply to iOS 26 Beta breaks scroll/gesture in SwiftUI chat (worked in iOS 18): Simultaneous gestures & ScrollViewReader issues
I figured my issues by taking this approach: https://gist.github.com/tanmays/4213cc6f76241c5d4e4bdb6e53ce310d That left me with having to disable the new system wide swap back, which was triggering and conflicting when I dragged my chart to the right. Setting interactiveContentPopGestureRecognizer.isEnabled to false helped with that
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’25
Reply to iOS 26 Beta breaks scroll/gesture in SwiftUI chat (worked in iOS 18): Simultaneous gestures & ScrollViewReader issues
Same problem in my app that uses a Swift Chart in a ScrollView with simultaneous gestures for long press/drag to inspect data points, etc. The same code works when building in Xcode 16 when running on iOS 26 in the simulator and real device. Compiling the same code with Xcode 26 has the vertical scroll broken when you initial the scroll on a Swift Chart that has the gestures. Are there any updates or workarounds?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’25