Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 2.34 KB

README.md

File metadata and controls

51 lines (31 loc) · 2.34 KB

Pre-work - TipSy

TipSy is a tip calculator application for iOS.

Submitted by: Arjit Jaiswal

Time spent: 8 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:

  • 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:

  • Split the bill option that has a quick view for upto 4 people
  • Added additional tip options to accomodate for different qualities of
  • Screenshot and share feature added

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

As this was my first time using Swift, there were quite a few hurdles to get through to finally finish this app. As I've used mostly high level languages and platforms up until this point, one pair I had to learn to differentiate between was doubles and integers. Additionally, I've always debugged using breakpoints, so learning to do that within swift was rather confusing. The way xcode organizes projects was also foreign to me-- I had never used a story board and its "drag and drop" features. Of course debugging took as long as it always does, but it was interesting to learn swift at an elementary level and how it interacts with different features of the phone.

License

Copyright [2015] [Arjit Jaiswal]

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.