Daily iOS
ArchitectureJD.com

Moving from MVC to MVVM

In an existing UIKit shopping app, the UIViewController handles the API calls, the cache, and the loading UI. When you move from MVC to MVVM, which layer would you put the networking and caching in?

Submit