Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uptechteam/coordinator-mvvm-rx-example
- Owner: uptechteam
- Created: 2017-07-03T09:07:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T14:20:15.000Z (over 4 years ago)
- Last Synced: 2024-06-06T14:34:38.016Z (5 months ago)
- Topics: architecture, coordinator, ios, mvvm, rxswift
- Language: Swift
- Size: 66.6 MB
- Stars: 561
- Watchers: 27
- Forks: 101
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.*