I have a problem when dragging a navigation bar or toolbar (storyboard) into the controller of my view.
UINavigationBar:

As you can see in the image above, the right button almost overlaps the status bar.
The same thing happens with UIToolbar:

These view controllers are intended to be used as Modal, so I do not use the UINavigationController.
In another section, I use the UINavigationController and it looks the way I expect:

How to drag a UINavigationBar / UIToolbar to a view controller without overlapping the status bar?
ios7 uistoryboard uinavigationbar uitoolbar
Axort Sep 19 '13 at 17:55 on 2013-09-19 17:55
source share