👆Gestures

SwiftUIGestures

⭐️ .updating()

update gesture states (fires as soon as it recognizes the gesture and whenever the value of the gesture changes. )

⭐️ .onChanged()

updates permanent view state whenever the value of the gesture changes.

⭐️ .onEnded()

updates permanent view state when gesture successfully ends. (fires when a gesture successfully completes and receives its final value.)

Last updated