Demo iOS applications built to highlight MVC/MVP/MVVM (ReactiveCocoa) and Clean Architecture (VIPER) concepts using Objective-C
emplesMVC- mvc demo project, use classic mvc concept (not apple), UIViewcontroller isViewcomponent.emplesMVP- mvp demo project with DI framework - TyphoonemplesVIPER- clean architecture project, Presentation layer is almost equal to MVP, except model component.emplesMVVM- MVVM architecture project based on Reactive Cocoa.