/tipper

Tip Calculator

Primary LanguageSwift

Pre-work - tipper

tipper is a tip calculator application for iOS.

Submitted by: Deeksha Prabhakar

Time spent: 12 hours spent in total

User Stories

The following required functionality is complete:

  • User can enter a bill amount, choose a tip percentage, and see the tip and total values.
  • Settings page to change the default tip percentage.

The following optional features are implemented:

  • UI animations
  • Remembering the bill amount across app restarts (if <10mins)
  • Using locale-specific currency and currency thousands separators.
  • Making sure the keyboard is always visible and the bill amount is always the first responder. This way the user doesn't have to tap anywhere to use this app. Just launch the app and start typing.
  • Color theme options added to the settings view, view controller and settings view UI updated according to theme selection

The following additional features are implemented:

  • Per person breakdown of total for upto six people.
  • MVC, moved all logic to model from controller.
  • App Icon added
  • Launch image added with autolayout constraints

Video Walkthrough

Here's a walkthrough of implemented user stories:

Walkthrough of all stories, except theme selectionUpdated UI, theme selection added to settings
Video Walkthrough Video Walkthrough

GIF created with LiceCap.

Notes

  • This only works on iPhone 5s in portrait orientation.
  • In simulator when "Language & Region" is changed, all the apps are killed, hence data is not persisited.

##Acknowledgements App icon made by Prosymbols from www.flaticon.com is licensed by CC 3.0

Launch icon made by Vectors Market from www.flaticon.com is licensed by CC 3.0