Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atrinh0/scrumdinger
SwiftUI Tutorial
https://github.com/atrinh0/scrumdinger
apple swift swiftui
Last synced: 7 days ago
JSON representation
SwiftUI Tutorial
- Host: GitHub
- URL: https://github.com/atrinh0/scrumdinger
- Owner: atrinh0
- License: mit
- Created: 2020-12-15T17:19:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T17:32:27.000Z (about 4 years ago)
- Last Synced: 2025-01-15T18:45:00.343Z (27 days ago)
- Topics: apple, swift, swiftui
- Language: Swift
- Homepage:
- Size: 3.17 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scrumdinger
Code walkthrough of [https://developer.apple.com/tutorials/app-dev-training](https://developer.apple.com/tutorials/app-dev-training).
## Further enhancements
### List View
- Icons and caption text update based on number of attendees
- Made the screen more appealing
- Updated title to the name of the app### Details View
- Simplify information shown (but sacrifices simplicity for reduced accessibility)
- Center align and enlarge main action
- Remove color from labels that are not interactable### New Scrum View
- Added `New Scrum` title
- Rename `Dismiss` to `Cancel`### Edit Scrum View
- Changed title to `Edit Scrum` instead of using the title (inaccurate when changed)
- Rename `Done` to `Save`
- Presented as a sheet rather than full screen for consistency with New### Meeting View
- Presented as a full screen for focus on content
- Updated background style to make it less jarring
- Themed progress bar based on scrum color- Added stop button to end the meeting