Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/necatievrenyasar/SwiftUI-WeatherApp
🚀 This demo is very simple project, which designed to understand SwiftUI. It includes Main screen, DayList screen and detail screen.
https://github.com/necatievrenyasar/SwiftUI-WeatherApp
examples ios-app ios-ui swift swift-ui swift5 swiftui swiftui-demo swiftui-example swiftui-learning xcode
Last synced: 3 months ago
JSON representation
🚀 This demo is very simple project, which designed to understand SwiftUI. It includes Main screen, DayList screen and detail screen.
- Host: GitHub
- URL: https://github.com/necatievrenyasar/SwiftUI-WeatherApp
- Owner: necatievrenyasar
- Created: 2020-01-13T21:49:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T22:35:10.000Z (almost 5 years ago)
- Last Synced: 2024-06-14T01:36:13.977Z (5 months ago)
- Topics: examples, ios-app, ios-ui, swift, swift-ui, swift5, swiftui, swiftui-demo, swiftui-example, swiftui-learning, xcode
- Language: Swift
- Size: 332 KB
- Stars: 54
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-about-SwiftUI - Weather App with MVVM and CoreML
README
# SwiftUI-Weather App
🚀 This demo is very simple project, which designed to understand SwiftUI. It includes Main screen, DayList screen and detail screen.
## Features
- [x] Implemented with SwiftUI
- [x] Work with mock data
- [x] Swift 5.1 new features
- [x] MVVM## Screenshot
![ss](https://user-images.githubusercontent.com/1447937/72296817-96f10580-366b-11ea-957c-023efeac958f.png)## Todo
- [ ] SwiftUI + Network requeset
- [ ] CoreML
- [ ] Test case
- [ ] MVVM for MainView