Sample repository for learning SwiftUI & Combine.
This repository is a rewrite of the following MVVM (RxSwift) app with SwiftUI and Combine.
https://github.com/iiinaiii/i-Punks
Xcode11 beta5
- Same as common MVVM, it divides the responsibilities into View/ViewModel/Model
- Model layer is divided into three, UseCase/Domain/Infra, according to each responsibility.
- Combine is used to pass the data of each layer.
- SwiftUI is used to display View contents.
ScrollView
is probably unstable, not able to display multiple lines of Text and all content.