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.
- Download the latest code version or add the repository as a git submodule to your git-tracked project.
- 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. - Include KKNavigationController wherever you need it with
#import "KKNavigationController.h"
.
Usage
self.viewController = [[KKNavigationController alloc]
initWithRootViewController:
[[TSViewController alloc]init]];
Who use
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.