A simple sample of MVVM+RxSwift+Coordinator showing a cryptocurrencies list.
Diagram:
- Base on sergdort/CleanArchitectureRxSwift
- Using RxSwift - Reactive Programming in Swift
- Using Coordinators to control the navigation flow of the application
- Using Composition to avoid making use of baseviewcontroller
- Using RxAlamofire to interact with server
- Using ObjectMapper to mapping data response
iMark21, [email protected]