vasily-popov / emples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Objective-C 99.7%Language:Ruby 0.3%