My iOS 7 app is segueing between to view controllers with Style set to Modal and Transition Style set to Flip Horizontal. The app's Status Bar Style is set to Default.
Before the transition the status bar is visible and the navigation bar as well as the first view appear below it, as they should.
After the transition the status bar is visible and the navigation as well as the second view eventually also appears below it. But this is only after a short (yet perceptible and hence distracting) animation whereby the navigation bar apparently jumps down from the top of the screen (i.e. shifts by the hight of the status bar). The second view does not jump: it apparently resides at its correct layout position right from the start.
So far I have left the second view controller's layout-related properties at their default values (see below).
Why does this animation occur and how can it be avoided?