/MVVM

MVVM architecture in ios swift

Primary LanguageSwift

MVVM (Model-View-ViewModel)

  • It is just another design pattern (there are MVC, MVP, etc...) that you can used to develop your application.
  • Instead of the controller being the middleman, there is a viewModel that takes over the job.

More Detail

Read this microsoft article for a deep dive

Contact

  • create an issue if you want to discuss or need help with something.