Like the title says, I have a navigation bar that is hiding my status bar. I have been running my application on a simulator and recently started running it on a device, iPhone 4s iOS7, and noticed that the status bar is hidden or being hidden, only thing you can see is the green battery life. The reason that I think it is being hidden is that I have a search bar in one of my view controllers and when I'm using the search bar you can see the status bar, the cell provider, time, etc.
Things I've done to see if I didn't do it accidentally:
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.
Anyone have any suggestions? I've searched through here and only see posts about people actually wanting to hide it not fixing it. If anyone has had something similar happen to them, I'm open to trying anything.
Answer:
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?