Have a problem with layouts.
Here is how it looks right on iOS6:
Here is how looks on iOS7:
But it's ok.
And like described in Apple's iOS7 TransitionGuide
I wrote one more stroke in - (void)viewDidLoad
self.edgesForExtendedLayout = UIRectEdgeNone;
And it now it's look like this:
Any suggestions? What can be wrong with my layouts? I want solid blue UINavigationBar. And have no idea, why the top of this is transparent. Have any ideas, why it looks so strange? How can I fix this?