Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 699 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 699 Bytes

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