Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 909 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 909 Bytes

Mastering Model-View-Viewmodel With Swift

Author: Bart Jacobs

In Mastering Model-View-Viewmodel With Swift, you learn the differences between Model-View-Controller and Model-View-ViewModel, highlighting the benefits Model-View-ViewModel has over Model-View-Controller.

After a short introduction, we take an application built with Model-View-Controller and refactor it to use Model-View-ViewModel. Along the way, you learn about the anatomy of view models, how to create them, and how to test them. We also add protocols to the mix to further simplify the view controllers in the project.

At the end of this series, you have the knowledge and hands-on experience to apply Model-View-ViewModel in your own projects.

Take me to the Mastering Model-View-Viewmodel With Swift.