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
- Host: GitHub
- URL: https://github.com/wojciech-kulik/swift-mvvmc-simpleexample
- Owner: wojciech-kulik
- License: mit
- Created: 2019-07-20T09:49:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T11:12:00.000Z (over 1 year ago)
- Last Synced: 2025-05-12T05:02:25.223Z (20 days ago)
- Topics: coordinators, ios, mvvm, mvvmc, rxswift, swift
- Language: Swift
- Homepage:
- Size: 23.4 KB
- Stars: 52
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](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 installUse `MVVMC.xcworkspace` to open project.
You can also check out my another demo with Redux architecture:
- https://github.com/wojciech-kulik/ReSwiftDemo