Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 504 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 504 Bytes

emples

Demo iOS applications built to highlight MVC/MVP/MVVM (ReactiveCocoa) and Clean Architecture (VIPER) concepts using Objective-C

Structure
  • emplesMVC - mvc demo project, use classic mvc concept (not apple), UIViewcontroller is View component.
  • emplesMVP - mvp demo project with DI framework - Typhoon
  • emplesVIPER- clean architecture project, Presentation layer is almost equal to MVP, except model component.
  • emplesMVVM- MVVM architecture project based on Reactive Cocoa.