Skip to content

Demo iOS applications built to highlight MVC/MVP/MVVM (RxSwift) and Clean Architecture (VIPER) concepts using Swift

Notifications You must be signed in to change notification settings

vasily-popov/emplesSwift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emplesSwift

Demo iOS applications built to highlight MVC/MVP/MVVM (RxSwift) and Clean Architecture (VIPER) concepts using Swift

Structure
  • emplesMVC - mvc demo project, used classic mvc concept(not apple), with DI framework - FieryCrucible
  • emplesMVP - mvp demo project, with DI framework - DIP
  • emplesVIPER- clean architecture project, Presentation layer is almost equal to MVP, except model component, DI framework - Swinject
  • emplesMVVMRxSwift- MVVM architecture project based on RxSwift. DI framework - Swinject