Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 889 Bytes

File metadata and controls

17 lines (14 loc) · 889 Bytes

Split Chekk

This is an app that makes splitting up checks amongst friends or family a whole lot easier! You can also calculate the tip for your desired percentage and split that if you want to. Split Chekk

Technologies

  • Swift
  • NSLayout Anchors (90% of app was hard coded)
  • Core Animation
  • UIKit

Features

  • Launch Screen uses core animation to have the title swing in from the right to the left.
  • User has multiple text fields where they enter in the appropriate values and the app calculates the desired information.
  • Not only does split up the the "Total" cost, but also calculates the tip (if desired) and can split that up as well.

Disclaimer

Split Chekk is a personal project created to learn and practice iOS development. It is currently open source to use as a resource for Swift development.