Post

Replies

Boosts

Views

Activity

Comment on SwiftUI Gestures prevent scrolling with iOS 18
The problem is our complete app navigation relies on layered gestures where a top-level DragGesture allows swipe navigation between screens which could have ScrollViews inside. Can't disable the gesture, nor have I found a way to enable layering between the N gestures below. So it becomes a high priority one and on the opposite, it allows child gestures to handle that. In the meantime we had to fix our CI to use Xcode 15 and iOS 17 SDK...
Sep ’24