> You describe the UI declaratively in Swift, and it builds it out of UIKit or > AppKit views
This approach goes one step further. It not only builds the initial version of UI, but also magically updates it when you update the model. I don't know if Swift UI also does that.
