SwiftUI
MVVM in SwiftUI
If you apply MVVM to a SwiftUI screen, how do you define the ViewModel and how does the view own it?
MVVM in SwiftUI
If you apply MVVM to a SwiftUI screen, how do you define the ViewModel and how does the view own it?
ArchitectureShort answerBasics
Someone proposes moving an app that works fine on MVC over to MVVM. What's the fundamenta…
#mvvm #viewmodel
ArchitectureMultiple choiceBasics
In MVVM, which of these should a ViewModel not have? Select all that apply.
#mvvm #viewmodel
ArchitectureShort answerBasics
Pick the last screen you built and walk me through it end to end. Where did you put the b…
#mvvm #viewmodel
SwiftUIShort answerIntro
A junior asks you why the screen doesn't update after they change a @State value in Swift…
#observable