/tip-calculator

Swift 2 Tutorial App - A sample app (from Ray Wenderlich) as a tutorial.

Primary LanguageSwiftMIT LicenseMIT

tip-calculator

Swift 2 Tutorial App

A sample app (from Ray Wenderlich) as a tutorial for me to learn all basics of swift development.

Build Status

How to

Requirements

  • Xcode 7.2
  • swiftlint

Useful commands

#####Linting

Same commands will be executed by CI/Travis:

  • Install swiftlint using homebrew with brew install swiftlint.
  • Lint the project locally by running swiftlint lint in the root directory.

Acceptance tests

TODO

Useful files

  • .swiftlint.yml the custom linting configuration for the project