https://github.com/powermobileweb/mvvm-c-swiftrx
Example of MVVM-C architecture implemented with RxSwift
https://github.com/powermobileweb/mvvm-c-swiftrx
architecture ios mvvm-c mvvm-coordinator rxswift swift
Last synced: 4 months ago
JSON representation
Example of MVVM-C architecture implemented with RxSwift
- Host: GitHub
- URL: https://github.com/powermobileweb/mvvm-c-swiftrx
- Owner: powermobileweb
- Created: 2020-08-24T13:59:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T14:03:10.000Z (almost 5 years ago)
- Last Synced: 2024-12-30T19:58:03.207Z (5 months ago)
- Topics: architecture, ios, mvvm-c, mvvm-coordinator, rxswift, swift
- Language: Swift
- Homepage:
- Size: 44.2 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MVVM-C-SwiftRx-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:**

*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.*