1 Star 0 Fork 5

Darcy/XHTransformNavigationController

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
XHTransformNavigationController.podspec 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
Jack 提交于 2013-12-02 15:12 +08:00 . Update XHTransformNavigationController.podspec
#
# Be sure to run `pod spec lint XHTransformNavigationController.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "XHTransformNavigationController"
s.version = "0.0.1"
s.summary = "利用导航控制器的时候,经常会遇到,在某个页面不需要navigationBar,有些页面需要navigationBar,控制navigationBar的隐藏和显示的过程中会出现头部空白区域,那就是navigationBar隐藏之后,留下的系统Bug, 在这里提供一个解决方案"
s.homepage = "https://github.com/JackTeame/XHTransformNavigationController"
s.license = 'MIT'
s.author = { "xhzengAIB" => "xhzengAIB@gmail.com" }
s.source = { :git => "https://github.com/JackTeame/XHTransformNavigationController.git", :tag => "0.0.1" }
s.source_files = 'Source', 'Source/**/*.{h,m}'
s.exclude_files = 'Source/Resource'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Darcy/XHTransformNavigationController.git
git@gitee.com:Darcy/XHTransformNavigationController.git
Darcy
XHTransformNavigationController
XHTransformNavigationController
master

搜索帮助