I would like to use a Custom header instead of default UINavigationBar
. I am able to do it well, until I encountered a condition to keep the backward compatibility with iOS6 too. I have my previous question here ,un-answered.
Recently for Facebook App, I can see in iOS7, the blue-color header bar well aligned. To me it looks like its a custom header, I am not sure. FaceBook-Header
Now the problem is that, I am stuck with implementation of my custom app header. My Custom header height is 48px which goes behind the "network status bar" on top & I am getting only approx 35pixel as the rest is behind the "network status bar" like this.
Here are my goals to achieve.
- I want a custom header. - Done
- I don't want to use
UINavigationBar
. - Done - I want the support for iOS 5.0 till 7.0 - Stuck
Here is what it looks when I am using Custom header
Here is what it looks with UINavigationBar
How I can make app headers to appear like "FaceBook header" with "Custom Header" without getting underneath the "top network Header bar". If I Increase the height of Status Bar, it will look odd in iOS6 & older, but fits well in iOS7. I want to choose the right approach.
Any expert help is highly appreciated.