Posts tagged “view-model”
2023
SwiftUI.View Is Your ViewModel
Hypothesis: You already have a View Model when you work with SwiftUI, which is the View type itself.
2020
Maybe Call Your UI Configurion Objects ViewData Instead of ViewModel
Getting out of the MVVM mindset helps see the connection between UI and UI-specific state that you derive from your model.