[OT] Yeah, SwiftUI can do that if you also use the Combine framework, which is 
a ReactiveX-type data flow system (with some neat support for backpressure.) 
You create a Publisher for your model data, and your view logic subscribes to 
that. Then model changes will trigger view changes.

Reply via email to