An open API service indexing awesome lists of open source software.

https://github.com/wojciech-kulik/swift-mvvmc-simpleexample

Simple example of MVVM pattern and MVVM with Coordinators
https://github.com/wojciech-kulik/swift-mvvmc-simpleexample

coordinators ios mvvm mvvmc rxswift swift

Last synced: 18 days ago
JSON representation

Simple example of MVVM pattern and MVVM with Coordinators

Awesome Lists containing this project

README

        

[![BuyMeACoffee](https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg)](https://www.buymeacoffee.com/WojciechKulik)

## Swift-MVVMC-SimpleExample
This repository contains code samples from this article:
[MVVM + Coordinators + RxSwift based on sample iOS application with authentication](https://wojciechkulik.pl/ios/mvvm-coordinators-rxswift-and-sample-ios-application-with-authentication)

For more advanced example please check out this repository:
[Swift-MVVMC-Demo](https://github.com/wojciech-kulik/Swift-MVVMC-Demo)

## Compilation
Project uses [CocoaPods](https://guides.cocoapods.org/using/getting-started.html) for dependencies:

sudo gem install cocoapods
pod install

Use `MVVMC.xcworkspace` to open project.

You can also check out my another demo with Redux architecture:
- https://github.com/wojciech-kulik/ReSwiftDemo