🔰Combining Gestures
SwiftUI ⟩ Gestures ⟩ Combine ⟩
three gesture composition types:
- simultaneous: detect multiple gestures at the same time. 
- sequenced: recognizes the gestures in a specific order. 
- exclusive: recognize all specified gestures, but ignore rest when one is detected. 
Last updated
Was this helpful?