37. Working with Gesture Recognizers in SwiftUI
The term gesture is used to describe an interaction between the touch screen and the user which can be detected and used to trigger an event in the app. Drags, taps, double taps, pinching, rotation motions and long presses are all considered to be gestures in SwiftUI.
The goal of this chapter is to explore the use of SwiftUI gesture recognizers within a SwiftUI based app.