https://github.com/samsamskies/tipcalc
Tip calculator - intro to iOS using Swift
https://github.com/samsamskies/tipcalc
Last synced: over 1 year ago
JSON representation
Tip calculator - intro to iOS using Swift
- Host: GitHub
- URL: https://github.com/samsamskies/tipcalc
- Owner: SamSamskies
- Created: 2016-01-31T00:04:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T10:08:33.000Z (over 10 years ago)
- Last Synced: 2025-03-08T22:07:43.212Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tipcalc
This is a Tip Calculator application for iOS submitted as the [pre-assignment](https://gist.github.com/timothy1ee/7747214) requirement for Codepath.
Time spent: approx 10 hours
Completed:
* [x] Required: User can enter a bill amount, choose a tip percentage, and see the tip and total values.
* [x] Required: Settings page to change the default tip percentage.
* [x] Optional: UI animations
* [x] Optional: Remembering the bill amount across app restarts (if <10mins)
* [x] Optional: Using locale-specific currency and currency thousands separators.
* [x] Optional: 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.
Notes:
* Designed for iPhone 6.

GIF created with [LiceCap](http://www.cockos.com/licecap/)