https://github.com/codepath/ios_tipster
Simple iOS Tip Calculator
https://github.com/codepath/ios_tipster
Last synced: about 2 months ago
JSON representation
Simple iOS Tip Calculator
- Host: GitHub
- URL: https://github.com/codepath/ios_tipster
- Owner: codepath
- Created: 2013-07-23T18:00:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-23T20:50:29.000Z (almost 12 years ago)
- Last Synced: 2023-05-10T14:13:29.877Z (about 2 years ago)
- Language: Objective-C
- Size: 250 KB
- Stars: 6
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Basic iOS Tip Calculator
This is a basic Tip Calculator application that is designed to introduce iOS to new developers. It illustrates some of the basics of Interface Builder, view controllers, and delegates.
### User Stories
This simple Tip Calculator application supports the following user stories:- A user may enter a bill amount
- A user may dismiss the keyboard
- A user may change the tip percentage### Screenshots
![]()