
Understanding the Model-View-Controller Design Pattern in iOS
Duration: 1hr 19m | Video: h264, yuv420p, 1280x720 30fps | Audio: aac, 44100 Hz, 2 ch | 232MB
Genre: eLearning | Language: English
Genre: eLearning | Language: English
The model-view-controller design pattern divides applications into three parts: a model that manages the data, a controller to send and receive commands, and a view to present the output to a user. In iOS, MVC architecture is an elegant design solution that makes code more reusable and efficient.