/NewTip

Swift code projects for Code Path

Primary LanguageSwift

NewTip

CodePath

Swift code projects Pre-work - NewTip

New Tip is a tip calculator application for iOS.

Submitted by: Damon Reddiing

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 (using slider) , and see the tip and total values.

The following optional features are implemented:

  • Settings page to change the default tip percentage.
  • 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.

The following additional features are implemented:

  • List anything else that you can get done to improve the app functionality!

Video Walkthrough

Here's a walkthrough of implemented user stories:

<img src='http://i.imgur.com/link/to/your/gif/file.gif'; title='Video Walkthrough' width='' alt='Video Walkthrough' />

GIF created with LiceCap.

Notes

Describe any challenges encountered while building the app.

The error "ERROR:LINKER COMMAND FAILED WITH EXIT CODE 1," appeared after following github tutorials. I believe that there was something I did in my terminal that made the file "to small." I searched the internet for solutions to my problem but it seems that I have discovered a popular error that has yet to be solved. I also speculate that the error could be due to the fact that I am running XCode 6.3.2 instead of XCode 7 which is not due insuffucient storage size but yet another error in xcode that would prohibit me from installing the updated application. It would successfully download, but when installing would hit a cap of "7 minutes left" then restart.

License

Copyright [2015] [Damon Redding]

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
<iframe src="//giphy.com/embed/FlsLbfwI9O1Nu" width="480" height="269" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>

via GIPHY

https://media.giphy.com/media/FlsLbfwI9O1Nu/giphy.gif ![error](https://cloud.githubusercontent.com/assets/16506236/12073183/6a2c1484-b0d4-11e5-86c0-dff7628a2500.gif)