Skip to content

CMUboy/tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodePath iOS Bootcamp Pre-Work Tip Calculator Application

This is a simple Swift iOS application that calculates the tip and total amounts for a given bill amount.

Time spent: 4.0 hours spent in total (including documentation)

Completed user stories:

  • Required: User can enter a bill amount
  • Required: User can select from a preset list of tip percentages
  • Required: The application updates the tip and total amounts as the bill amount changes
  • Required: The application updates the tip and total amounts as the tip percentage changes
  • Required: The application dismisses the numeric keypad when the user clicks anywhere on the application other than the keypad itself
  • Required: User can enter and save (or cancel) the default tip percentage in the Settings View.

Notes:

Rather than using hardcoded tip percentages, the application obtains the tip percentages from the segmented control labels.

Walkthrough of all user stories:

Video Walkthrough

GIF created with LiceCap.

About

CodePath iOS Bootcamp Pre-Work Tip Calculator Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages