An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


animated


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