Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kodecocodes/swiftui-example-app-koober
Porting the example app from our Advanced iOS App Architecture book from UIKit to SwiftUI.
https://github.com/kodecocodes/swiftui-example-app-koober
Last synced: 30 days ago
JSON representation
Porting the example app from our Advanced iOS App Architecture book from UIKit to SwiftUI.
- Host: GitHub
- URL: https://github.com/kodecocodes/swiftui-example-app-koober
- Owner: kodecocodes
- Created: 2019-06-11T15:00:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T00:42:14.000Z (over 5 years ago)
- Last Synced: 2024-05-13T20:59:02.448Z (7 months ago)
- Language: Swift
- Size: 4.03 MB
- Stars: 57
- Watchers: 14
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - Koober
README
# SwiftUI example app: Koober
We're porting the example app from our Advanced iOS App Architecture book from UIKit to SwiftUI and we are sharing the code in this repo.Please feel free to follow along and/or contribute. This is an experimental codebase we're using to learn how to best architect SwiftUI apps.
## Architectures
This repo holds examples for two architectures, Swift-State and MVVM. The Swift-State example is in the **swift-state** directory and the MVVM example is in the **mvvm** directory. **Note: the examples are a work in progress and may not be complete.**