Refactor MVC iOS App to MVVM with RxSwift in Minutes
MVC is the app architecture that Apple recommends to the developers when developing iOS application. It provides clear separation between view, model, and controller.
Software Development Videos & Tutorials
MVC is the app architecture that Apple recommends to the developers when developing iOS application. It provides clear separation between view, model, and controller.
View Controller is the component that provides basic building block that we use as a foundation to build application in iOS development. In this article we are going to use View Controller Containment and Child View Controller to avoid Massive View Controller.