1. MVC (Model View Controller)
  2. MVP (Model View Presenter)
  3. MVVM (Model View ViewModel)
  4. VIPER (View, Interactor, Presenter, Entity, and Router)

Architecture should be used for large scale projects.

It is used for distribution of files, i.e view controllers, storyboards etc

Better for testability.

1. MVC (Model View Controller)

image.png

MVVM (Model View ViewModel)