Component - @ObservedObject
The @ObservedObject property wrapper in SwiftUI lets a view watch an external data source for changes. When the data changes, the view updates automatically to show the latest information.
The @ObservedObject property wrapper in SwiftUI lets a view watch an external data source for changes. When the data changes, the view updates automatically to show the latest information.
ContentView
└── VStack
├── Text
└── Button