/Tippi

A tip calculator for iOS

Primary LanguageSwift

Pre-work - Tippi

Icon

Tippi is a tip calculator application for iOS.

Submitted by: Sahil Dhanju

Time spent: 15 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.

The following optional features are implemented:

  • Settings page to change the default tip percentage.
  • Remembering the bill amount across app restarts (if <10mins)
  • 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.

The following additional features are implemented:

  • Segemented Controls features options to display how the user felt about the service they got
  • Each individual option's tip percentage can be tweaked individually
  • The options can be change to be a slider which can pick any tip amount between a certain
  • The min and max of the slider can be changed individually
  • App Icon

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

I implemented the first responder in the project but not the gif. When I make the text field a first responder it moves the characters already in the text field down and doesn't make it look right. I wasn't able to find out what was wrong with it.

The screen tearing from the Virtual Machine I was running it on. Since I have a windows it had to be developed on a VM but in order to resolve the tearing, I'm going to reinstall the VM and fix it for the Assignment 1.

License

Copyright [2016] [Sahil Dhanju]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.