MVVM: A Tutorial and Practical Example in Swift

MVVM rather than MVC? What are the differences, and why should we care? Here is an explanation, with a few diagrams (and an example) to help!

Steven Curtis

--

A representation of the MVVM model

MVVM was proposed by John Gossman in 2005. Interestingly the view should consist only of visual elements — and not make network calls or similar.

--

--