All Projects → kitasuke → Swiftui Mvvm

kitasuke / Swiftui Mvvm

Licence: mit
Sample iOS project built by SwiftUI + MVVM and Combine framework using GitHub API

Programming Languages

swift
15916 projects

SwiftUI-MVVM

One of the biggest idea for having MVVM is that most of data flow can be testable. Data binding in view layer by SwiftUI is awesome. However, this project has view model layer to make it testable as much as possible.
This idea can be achieved by Flux or Redux as well, but I chose MVVM first because it's handy.

Requirements

Xcode 11.0 Beta 5+
Swift 5.1+

More examples

See other architectures as well

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].