Enquire Now

Tags: observableobject

In the SwiftUI framework, `ObservableObject` is used to declare a class that can be observed for changes. Classes implementing `ObservableObject` may have properties marked with the `@Published` attribute, which will announce changes to any views observing the object. `ObservableObject` is part of the SwiftUI framework.

0 Questions