TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
This is a NavigationController about Parallax,it like 网易app
KKNavigationController works on any iOS version. Only ARC.
Include KKNavigationController wherever you need it with #import "KKNavigationController.h"
.
Alternatively you can directly add the KKNavigationController.h
& KKNavigationController.m
source files to your project.
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. #import "KKNavigationController.h"
. self.viewController = [[KKNavigationController alloc]
initWithRootViewController:
[[TSViewController alloc]init]];
This code is distributed under the terms and conditions of the MIT license.
A brief summary of each KKNavigationController release can be found on the wiki.