https://github.com/humayan-kabir/eggtimer-ios13
Learning swift Timer API, Dictionaries, if/else, Switch, function how to use progressbar
https://github.com/humayan-kabir/eggtimer-ios13
Last synced: 11 months ago
JSON representation
Learning swift Timer API, Dictionaries, if/else, Switch, function how to use progressbar
- Host: GitHub
- URL: https://github.com/humayan-kabir/eggtimer-ios13
- Owner: Humayan-Kabir
- Created: 2021-03-09T20:40:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T20:42:15.000Z (over 5 years ago)
- Last Synced: 2025-02-25T16:25:30.984Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 3.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Egg Timer
## Goal
This project is a part of IOS Bootcamp which I am completing now on [Udemy](https://www.udemy.com/course/ios-13-app-development-bootcamp).
The main goal of this project is to learn how to use progressbar and Swift Timer API
## What I'll Make
I’ll be building a beautiful egg timer app to boil your eggs to perfection depending on how you prefer your eggs.
## What I learned
* Swift Collection types - Dictionaries
* The Swift Timer API
* Conditional statements - IF/ELSE
* Conditional statements - Switch
* Functions with outputs
* How to use the ProgressView