ChaseStas / Coordinator

Example of Coordinator pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coordinator

Installation

Swift Package Manager

Coordinator is available through Swift Package Manager. To install it, simply copy link of github project and go to File -> Swift Packages -> Add package dependency and paste link.

.Package(url: "https://github.com/ChaseStas/Coordinator.git")

Manual

  1. Download source code
  2. Copy Source folder to your project.

Xcode template

Use simple commands from project folder to install/uninstall xcode template.

make install
make uninstall

Usage

// TODO: :)

License

MIT

About

Example of Coordinator pattern

License:MIT License


Languages

Language:Swift 95.5%Language:Objective-C 2.6%Language:Makefile 1.9%