🔸state
terms ⟩ state
The information stored in a variable, applilcation, or system at a given time. For example, if a variable level = 4, its current state is 4.
- property:variable stored inside a type. 
- @State:a property wrapper that tells SwiftUI to manage the storage for a view state. 
- view state:the state of a view 
Last updated
Was this helpful?