๐ธstate object
โฑ๐ง under construction
SwiftUI โฉ view โฉ state โฉ object
A state object is an observable object that is declared and initialized as a property in a view, the view is called an observer of the observable object.
Use @StateObject to declare and initialize a state object in a view.
Last updated