MVC Composition
In this post i’ll try to explain my point of view on an old architecture pattern: Model View Controller.
All iOS developers know MVC. All iOS developers also know why it’s called “Massive View Controllers”.
I’ll try to explain some of the techniques i use to write simple reusable ViewControllers and how i use composition to assemble them as screens of the app.