Architecture
ViewModel boundaries
In MVVM, which of these should a ViewModel not have? Select all that apply.
Pick all that apply
ViewModel boundaries
In MVVM, which of these should a ViewModel not have? Select all that apply.
Pick all that apply
ArchitectureShort answerBasics
Someone proposes moving an app that works fine on MVC over to MVVM. What's the fundamenta…
#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 answerAdvanced
If you apply MVVM to a SwiftUI screen, how do you define the ViewModel and how does the v…
#mvvm #viewmodel
ArchitectureShort answerIntro
How does Cocoa MVC in UIKit differ from the textbook MVC?
#uikit