AlexRamey / mbird-iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mbird-iOS

This is a project to create an iOS reader app for Mockingbird.

Design Decisions

This project introduces coordinators that manage view controller transitions.

Setup

We are going with SwiftLint to enforce a consistent coding style. The setup is outlined in the readme on the swiftlint website. Once you install the SwiftLint pod locally, you will need to add $PODS_ROOT environment variable to your .bash_profile so that the build phases script "${PODS_ROOT}/SwiftLint/swiftlint" actually works.

Github Usage

To make changes to master, you must create a new branch and submit a pull request with your proposed changes. Once a reviewer signs off on the changes, then you will be allowed to merge them in. This policy is enforced on everyone.

Helpful Links

  1. SwiftLint Repo
  2. Coordinator Pattern
  3. Coordinator Example

About

License:MIT License


Languages

Language:Swift 97.8%Language:Perl 1.4%Language:CSS 0.7%Language:Ruby 0.2%