Environment: AutoLayout within iOS 6/7, Xcode 5.
I understand that to adjust the NavBar to accommodate the status bar, I set NavBar's background Image to 64 bits high (ref: WWDC 2013 Video Lecture #214).
Is there a convenient way to toggle the presence of this status bar while repositioning the NavBar up flush against the container view (and vice/versa)?
Added concern: I need to work with both iOS 6 & 7.
iOS 6 has the solid status bar. Hence, I would have to change the NavBar's background image in iOS 7 to automatically accommondate the status bar... or
...am I correct that I can merely set the status bar to OPAQUE to have similar positioning in both iOS 6/7 environments?