Post

Replies

Boosts

Views

Activity

Reply to SwiftUI Gestures prevent scrolling with iOS 18
iOS 18.0, my app's custom implementation of swipeActions() for any views within vertical ScrollView is broken. Scroll through the a bunch of views on several screens is a pain now, because my highPriorityGestures is conflicting with ScrollView. It works perfectly in iOS 16 and 17. The only thing I managed to do with this in iOS 18 is to increase minimumDistance for DragGesture, but this is just hiding the problem, not solving it. It's great to have UIGestureRecognizerRepresentable now, but I hope it is not meaning that we have to handle all gestures in UIKit-way instead of SwiftUI-way, isn't it?
Oct ’24