Post

Replies

Boosts

Views

Activity

Reply to button is pressed when starting scrolling in iOS 18
Adding another DragGesture to a scroll view has fixed it for me. ScrollView { ... } .gesture( DragGesture(minimumDistance: 0) )
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’25