Post

Replies

Boosts

Views

Activity

Reply to SwiftUI Gestures prevent scrolling with iOS 18
C'mon Apple really?! I have Images array with option to swipe horizontally and tap gesture to open image sometimes works some times it doesn't. I found a solution: .highPriorityGesture( TapGesture() .onEnded { // Tap logic } ) The real problem is that I need to check every tap gesture in my app because some works some doesn't... fix this quick!
Sep ’24