I have a subclass called SubNav which inherits from UINavigationController. When I make it like:
window.rootViewController = subNav
it shows the NavigationBar at the below of status bar. But in fact I want make its position at the 0,0. not under the status bar 0,20.
But mostly ios7-designed apps in the App Store I saw ,those UINavigationBar is under the status bar.
SubNav : UINavigationController
I'm sorry with my poor English,but I'm confusing with it for several days.