Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mysterycommand/tipsy
A tip calculator for iOS
https://github.com/mysterycommand/tipsy
Last synced: about 2 months ago
JSON representation
A tip calculator for iOS
- Host: GitHub
- URL: https://github.com/mysterycommand/tipsy
- Owner: mysterycommand
- Created: 2015-08-24T04:24:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T15:57:10.000Z (over 9 years ago)
- Last Synced: 2024-04-13T04:55:44.247Z (9 months ago)
- Language: Swift
- Size: 742 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TipCalculator
This is a Tip Calculator application for iOS submitted as the [pre-assignment](https://gist.github.com/timothy1ee/7747214) requirement for CodePath.
Time spent: 3
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.
* [ ] Optional: UI animations
* [ ] Optional: Remembering the bill amount across app restarts (if <10mins)
* [ ] Optional: Using locale-specific currency and currency thousands separators.
* [ ] 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.![Video Walkthrough](./Demo.gif)
Note: to embed the gif file, just check your gif file into your repo and update the name of the file above.