/Coordinator

Example of Coordinator pattern

Primary LanguageSwiftMIT LicenseMIT

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