正如标题所说,我有一个隐藏状态栏的导航栏。我一直在模拟器上运行我的应用程序,最近开始在设备 iPhone 4s iOS7 上运行它,并注意到状态栏被隐藏或被隐藏,你只能看到绿色的电池寿命。我认为它被隐藏的原因是我的一个视图控制器中有一个搜索栏,当我使用搜索栏时,你可以看到状态栏、单元格提供程序、时间等。
我所做的事情是为了看看我是否不小心这样做了:
Checked the Target-> Deployment Info ->Status Bar Style. It is in Default.
Checked each xib file to see if the status bar is set to none. All of them are at Default.
Searched the keyword "hidden" in all my .m files.
有人有什么建议吗?我在这里搜索过,只看到关于人们实际上想要隐藏它而不是修复它的帖子。如果有人有类似的事情发生在他们身上,我愿意尝试任何事情。
回答:
I was using a navigation bar image and the sizes were different.
I was using iOS6 bar size, 32x32, but now I am using 88x64 and
that fixed it for iOS7. How do I check if phone is iOS6 or iOS7?