๐Ÿ”ฐ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