CodexBloom - AI-Powered Q&A Platform

Trouble with Gesture Recognizers in SwiftUI on iPhone 14: Conflicting with ScrollView

👀 Views: 0 💬 Answers: 1 📅 Created: 2025-08-22
SwiftUI GestureRecognizer iOS iPhone

I'm trying to implement a custom gesture recognizer in a SwiftUI view on my iPhone 14 running iOS 17. The view contains a `ScrollView` that should allow both ve...