I\'m trying to detect when a finger first makes contact with a view in SwiftUI. I could do this very easily with UIKit Events but can\'t figure this out in SwiftUI.
I
Actually, @eli_slade, all you need is this:
LongPressGesture().onChanged {_ in print("down") }