🔰update view states
SwiftUI ⟩ Gestures ⟩ update view states
transient vs. permanent state:
- transient: reset to its iniatial value when gesture ends or cancelled. 
- permanent: won't reset once the gesture ends, view states are permanent. 
Last updated
Was this helpful?