• Stars
    star
    212
  • Rank 186,122 (Top 4 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created almost 11 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Parallax NavigationController

KKNavigationController

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.