SwiftUI ⟩ Gestures ⟩ GestureState
@GestureState will reset to the original value when the gesture ends.
@GestureState
Since @GestureState property will reset itself, we need another @State property to save the final state.
@State
Long Press
Drag
long press + drag - use custom enum for its gesture state.
Paul ⟩ What is the @GestureState property wrapper?arrow-up-right - mentioned "transaction".
NSScreencast ⟩ SwiftUI Gesturesarrow-up-right
SwiftUIarrow-up-right ⟩ Gesturesarrow-up-right ⟩ GestureStatearrow-up-right (struct)
is property wrapper.
used by Long Press, Drag.
Last updated 3 years ago