appfoundry / DRYNavigationManager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRYNavigationManager

In StoryBoard-less projects, this small framework should help out in separating the navigation code from the actual view controller code, much like segues enable this when using story boards.

Usage

To run the example project; clone the repo, and run pod install from the Example directory first.

Requirements

Installation

DRYNavigationManager is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "DRYNavigationManager"

License

DRYNavigationManager is available under the MIT license. See the LICENSE file for more info.

About

License:MIT License


Languages

Language:Objective-C 90.7%Language:Ruby 9.3%