/QTip

Tipper application for iPhone that recommends a tip on the basis of rating you provide

Primary LanguageObjective-C

QTip

This is a prototype application for iPhone called Qtip or Quality Tipper. The application is a simple tipper application which requires the bill amount and number of people as input and instead of you providing a tip percentage, you rate your experience using 3 sliders, Ambiance, Service and Food. The tip percentage is decided on the rating you provide on the given sliders.

The application contains two views, the main view and the settings view, which can be accessed by pressing the small i (info) button in the bottom right corner. The application utilizes a flip view controller to go between the two views. The settings view has a switch, the state of which determines if the final amount is rounded up or not. The state of the switch is saved on the device so that you do not have to change it multiple times.

The app contains no calculate button as the final amounts are recalculated every time you make a change in the application.

LICENSE (Qtip)

(The MIT License)

Copyright (c) 2013 Karan Thukral

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.