https://github.com/taejoongyoon/swiftuialarm
⏰ An example Alarm-like app using SwiftUI which is introduced in WWDC19
https://github.com/taejoongyoon/swiftuialarm
alarm swift swiftui
Last synced: 3 months ago
JSON representation
⏰ An example Alarm-like app using SwiftUI which is introduced in WWDC19
- Host: GitHub
- URL: https://github.com/taejoongyoon/swiftuialarm
- Owner: TaeJoongYoon
- License: mit
- Created: 2019-06-14T06:46:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T14:42:42.000Z (over 6 years ago)
- Last Synced: 2025-04-06T14:37:16.783Z (6 months ago)
- Topics: alarm, swift, swiftui
- Language: Swift
- Homepage:
- Size: 101 KB
- Stars: 50
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftUIAlarm
SwiftUIAlarm is an example Alarm-like application using [SwiftUI](https://developer.apple.com/xcode/swiftui/) which is first introduced in WWDC19 keynote.

## Requirements
* Xcode 11 Beta
* Swift 5.1## To-Do
- [ ] Editing and Deleting
- [ ] Perfectly Dismiss Presented View## License
SwiftUIAlarm is under MIT license. See the [LICENSE](LICENSE) file for more info.