A calculator application to make spliting bills and tips easier!
- Quick tip percentage selection.
- Splitter number incrementor to select number of people to split the bill with.
- Calculated bill total per person opening up on a spereate page.
Currently not on the App Store and only on Github for educational and demonstration purposes only. This app has no affiliation with Apple, Inc.
In this project I continued developing my skills in handing off data from one scene to another. Transferring the calculated result to display in another scene than the input scene was a little challenging. To overcome this challenge, I had to use prepare() to set some properties of the destination view controller prior to the segue being performed.
- Contributing Authors Angela Yu @angelabauer on GitHub