╱🚧 under construction
SwiftUI ⟩ view ⟩ state
The state of a view.
state value:a value declared and initialized with @State.
state object:an observable object that is declared and initialized as a property in a view.
data model
view actions
some of a view's environment values automatically reflect system state, user settings, or view state.
Last updated 1 year ago