https://github.com/lucasvandongen/iosarchitecturescompared
Three times the same simple chat application example done in classic MVC, RxSwift (MVVM) and
https://github.com/lucasvandongen/iosarchitecturescompared
Last synced: about 1 month ago
JSON representation
Three times the same simple chat application example done in classic MVC, RxSwift (MVVM) and
- Host: GitHub
- URL: https://github.com/lucasvandongen/iosarchitecturescompared
- Owner: LucasVanDongen
- License: gpl-2.0
- Created: 2018-09-19T12:17:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T14:58:03.000Z (over 5 years ago)
- Last Synced: 2025-04-23T23:15:16.364Z (about 1 month ago)
- Language: Swift
- Size: 12.1 MB
- Stars: 42
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This sample is published as part of the corresponding blog article at https://www.toptal.com/swift/static-patterns-swift-mvvm-tutorial
Visit https://www.toptal.com/blog and subscribe to our newsletter to read great posts!
# iOS Architectures Compared
This project contains two times the same simple chat application example done in a different architecture every time: first Classic MVC and a more functional approach to MVVM.