KKNavigationController 0.3

KKNavigationController 0.3

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最后发布2014年12月

未认领维护。



  • Coneboy_k

这是一个关于视差导航的 NavigationController,就像网易app一样。

[]

要求

KKNavigationController 在任何 iOS 版本上都能运行。仅限 ARC。

将 KKNavigationController 添加到你的项目中

使用 #import "KKNavigationController.h" 将 KKNavigationController 包含到你需要它的任何地方。

源文件

或者你可以直接将 KKNavigationController.hKKNavigationController.m 源文件添加到你的项目中。

  1. 在 GitHub 上下载最新代码版本,或者将仓库作为 git 子模块添加到你的跟踪项目。
  2. 在 Xcode 中打开你的项目,然后将 KKNavigationController.hKKNavigationController.m 拖放到你的项目中(使用“Product Navigator 视图”)。如果你在项目外提取了代码存档,务必选择“复制项目”。
  3. 使用 #import "KKNavigationController.h" 将 KKNavigationController 包含到你需要它的任何地方。

用法

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

谁在使用

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

许可证

本代码在 MIT 许可证的条款和条件下分发。

变更日志

每个 KKNavigationController 版本的简要摘要可以在wiki 中找到。