Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jish/tip-calculator
iOS (Swift) tip calculator
https://github.com/jish/tip-calculator
Last synced: 23 days ago
JSON representation
iOS (Swift) tip calculator
- Host: GitHub
- URL: https://github.com/jish/tip-calculator
- Owner: jish
- License: mit
- Created: 2015-02-01T22:08:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-01T22:33:01.000Z (almost 10 years ago)
- Last Synced: 2024-10-31T17:13:51.901Z (2 months ago)
- Language: Swift
- Size: 336 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
### iOS (Swift) tip calculator
#### How many hours did it take to complete?
About four hours.
#### Which required and optional stories have you completed?
- [x] Given a bill amount, calculate a tip and a total.
- [x] Allow the user to choose the tip percentage.
- [x] Add a settings page allowing the user to choose a default tip percentage.
- [x] Display optional total splits for two, three, and four people.
- [x] Add a setting to optionally round the tip field, or the total field.#### GIF walkthrough
![GIF Walkthrough of tip calculator](tip-calculator.gif)
#### Open source software used:
* [LICEcap][1] to record the GIF walkthrough
#### License
[MIT][2]
[1]: http://www.cockos.com/licecap/
[2]: License