SwiftUI Tutorial: Working with Gesture Composition
How to combine multiple gestures in SwiftUI

SwiftUI’s gesture modifier can only detect one gesture action at a time by default. Combining gestures requires you to use gesture composition in order to define how multiple gestures interact with each other. In this tutorial, we will tackle how to use multiple gesture in the same view with the help of gesture composition.