Architecture
Cocoa MVC
How does Cocoa MVC in UIKit differ from the textbook MVC?
Cocoa MVC
How does Cocoa MVC in UIKit differ from the textbook MVC?
ArchitectureMultiple choiceIntro
In an MVC iOS app, where's the best place for the code that turns a date string from the …
#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.
#uikit
ArchitectureShort answerAdvanced
On a UIKit cart screen, the product card is used in the list, in search, and in recommend…
#uikit