8 Star 15 Fork 5

曾宪华 / XHTransformNavigationController

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
Jack 提交于 2014-01-16 03:28 . Update README.md

XHTransformNavigationController

利用导航控制器的时候,经常会遇到,在某个页面不需要navigationBar,有些页面需要navigationBar, 控制navigationBar的隐藏和显示的过程中会出现头部空白区域,那就是navigationBar隐藏之后,留下的系统Bug, 在这里提供一个解决方案

使用例子很简单,如下:

比如A控制器 Push 到 B控制

[self.navigationController pushViewControllerWithNavigationControllerTransition:hiddenNavigationBarViewController];

// hiddenNavigationBarViewController就是需要隐藏导航栏的界面了,既是B控制器

License

中文: XHTransformNavigationController 是在MIT协议下使用的,可以在LICENSE文件里面找到相关的使用协议信息.

English: XHTransformNavigationController is acailable under the MIT license, see the LICENSE file for more information.

=======================

须知

中文:如果您在您的项目中使用开源组件,请给我们发电子邮件告诉我们您的应用程序的名称,否则后果自负。

Instructions

English:If you use open source components in your project, please Email us to tell us the name of your application, otherwise the consequence is proud.

Objective-C
1
https://gitee.com/iamking/XHTransformNavigationController.git
git@gitee.com:iamking/XHTransformNavigationController.git
iamking
XHTransformNavigationController
XHTransformNavigationController
master

搜索帮助