@ObservedObject is a SwiftUI property wrapper used to mark properties that are not owned by the View, but should update the View.
I have a problem with observed object in SwiftUI. I can see changing values of observed object on the View …
ios swiftui combine observableobject observedobject