Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minhcasi/tips-calculation
https://github.com/minhcasi/tips-calculation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/minhcasi/tips-calculation
- Owner: minhcasi
- Created: 2015-11-03T09:01:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T15:25:50.000Z (about 9 years ago)
- Last Synced: 2023-08-19T04:10:22.855Z (over 1 year ago)
- Language: Swift
- Size: 848 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TipCalculator
This is a Tip Calculator application for iOS prework project.
Time spent: 5 hours
Completed:
* [x] Required: Settings page to change the default tip percentage and color themes.
* [x] Required: User can enter a bill amount, choose a tip percentage, and see the tip and total values.
* [x] Required: Add more total values which based on number of users.
* [x] Required: UI animations and restyle with cool flat colors.
* [x] Additional: Designed with auto layout so it could work well on both iphone and ipad screens, however it may have some potiential layout issues.
* [x] Additional: Validating the input for number only and make sure the keyboard is always visible and the bill amount is always the first responder.
* [x] Additional: swipe left at home page to go to setting page, swipe right at setting page to go to home page.![Video Walkthrough](tips%20demo.gif)
GIF created with [LiceCap](http://www.cockos.com/licecap/).