ObservableObject
A type of object with a publisher that emits before the object has changed.
By default an ObservableObject
will synthesize an objectWillChange
publisher that emits before any of its @Published
properties changes
Last updated
Was this helpful?