Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uptechteam/coordinator-mvvm-rx-example

Example of MVVM-C architecture implemented with RxSwift
https://github.com/uptechteam/coordinator-mvvm-rx-example

architecture coordinator ios mvvm rxswift

Last synced: 4 days ago
JSON representation

Example of MVVM-C architecture implemented with RxSwift

Awesome Lists containing this project

README

        

# Coordinator-MVVM-Rx-Example

This simple app displays a list of the most starred repositories on GitHub by a language. User can choose a language to filter repositories and select repository in the list to open it in the `SFSafariViewController`.

App is written with Xcode 8 and Swift 3.

**Demo:**

![alt text](Images/app.gif)

*Please, note that this example may violate some rules of the clean code. Main goal of this repository is to show in the most understandable and simple way how we setup architecture out of MVVM, Coordinators & RxSwift.*