KKNavigationController 0.3

KKNavigationController 0.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Coneboy_k

This is a NavigationController about Parallax,it like 网易app

[]

Requirements

KKNavigationController works on any iOS version. Only ARC.

Adding KKNavigationController to your project

Include KKNavigationController wherever you need it with #import "KKNavigationController.h".

Source files

Alternatively you can directly add the KKNavigationController.h& KKNavigationController.m source files to your project.

  1. Download the latest code version or add the repository as a git submodule to your git-tracked project.
  2. Open your project in Xcode, then drag and drop KKNavigationController.h& KKNavigationController.m onto your project (use the "Product Navigator view"). Make sure to select Copy items when asked if you extracted the code archive outside of your project.
  3. Include KKNavigationController wherever you need it with #import "KKNavigationController.h".

Usage

    self.viewController = [[KKNavigationController alloc] 
                                        initWithRootViewController:
                                        [[TSViewController alloc]init]];

Who use

图说 http://www.tushuoapp.com/

License

This code is distributed under the terms and conditions of the MIT license.

Change-log

A brief summary of each KKNavigationController release can be found on the wiki.