Architecture
Placing MVC roles
In an MVC iOS app, where's the best place for the code that turns a date string from the server into a display format for the user's locale?
Pick one
Placing MVC roles
In an MVC iOS app, where's the best place for the code that turns a date string from the server into a display format for the user's locale?
Pick one
ArchitectureShort answerIntro
How does Cocoa MVC in UIKit differ from the textbook MVC?
#mvc
ArchitectureShort answerBasics
Someone proposes moving an app that works fine on MVC over to MVVM. What's the fundamenta…
#mvc
ArchitectureMultiple choiceBasics
In MVVM, which of these should a ViewModel not have? Select all that apply.
#responsibility
ArchitectureShort answerExpert
When you apply Clean Architecture on iOS, can you walk me through the layers and the depe…
#responsibility