Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randomtask2000/swiftuiviewstodolist
https://github.com/randomtask2000/swiftuiviewstodolist
apple example ios swift swiftui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/randomtask2000/swiftuiviewstodolist
- Owner: randomtask2000
- License: gpl-3.0
- Created: 2020-12-03T23:28:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T18:12:34.000Z (about 4 years ago)
- Last Synced: 2024-01-23T01:39:11.382Z (12 months ago)
- Topics: apple, example, ios, swift, swiftui
- Language: Swift
- Homepage:
- Size: 304 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to my first SwiftUI app
I coded this up from a PluralSight tutorial entitled *"Build Your First SwiftUI App in Under 90mins"* by [Nick Walter](https://app.pluralsight.com/profile/author/nick-walter).## it looks like this
![](./SwiftUIToDoList_view2.png)## Patterns
Some of the principles and patterns followed in this repo are:
* Views in SwiftUI
* Lists and Navigation Views
* Controls
* Data Flow
* State Persistence## Thoughts
I have to admit that it's not easy to get going in Swift because of the various versions and patterns that have changed the look and feel quite a bit over the years. But, I hope this repo helps you get start as I'm trying to now.