UINavigationBar-FixedHeightWhenStatusBarHidden:iOS 7导航栏的类别,即使隐藏状态栏也可以保持其高度

时间:2024-02-25 03:54:21
【文件属性】:

文件名称:UINavigationBar-FixedHeightWhenStatusBarHidden:iOS 7导航栏的类别,即使隐藏状态栏也可以保持其高度

文件大小:7KB

文件格式:ZIP

更新时间:2024-02-25 03:54:21

ios objective-c uinavigationbar ios11 Objective-CObjective-C

UINavigationBar-FixedHeightWhenStatusBarHidden 通常,在iOS 7+上,显示状态栏时,导航栏的高度等于64 px。 隐藏后,高度默认更改为44像素。 此类别将属性fixedHeightWhenStatusBarHidden添加到UINavigationBar类。 如果设置为YES,即使隐藏状态栏,导航栏也将保持其大小。 这对于使用“抽屉”式侧面板的情况尤其有用,当您希望在显示此面板时隐藏状态栏时。 安装 手册: 将源文件从UINavigationBar-FixedHeightWhenStatusBarHidden文件夹复制到Xcode项目。


【文件预览】:
UINavigationBar-FixedHeightWhenStatusBarHidden-master
----LICENSE(1KB)
----.gitignore(619B)
----UINavigationBar-FixedHeightWhenStatusBarHidden.podspec(2KB)
----README.md(3KB)
----UINavigationBar-FixedHeightWhenStatusBarHidden()
--------UINavigationBar+FixedHeightWhenStatusBarHidden.h(1KB)
--------UINavigationBar+FixedHeightWhenStatusBarHidden.m(5KB)

网友评论