Comment on iOS application architecture: MVVM, behaviors, singletons, subclassingparentComments−coldtea12yThis is usually the collateral damage of an app growing within the overly tight conceptual confines of model/controller.Well, you're supposed to have a different controller for every major view.And said controller can always delegate to some object model specific to your app.
Comments
Well, you're supposed to have a different controller for every major view.
And said controller can always delegate to some object model specific to your app.