An open API service indexing awesome lists of open source software.

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

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

Main
Editing