I'll start with a really short explanation what is and why use Model-View-ViewModel (MVVM) design pattern in your iOS apps.
When iOS first appeared, Apple suggested to use MVC (Model-View-Controller) as a design pattern. They showed it in all of their examples and all first developers were happy us...