If I use the UINavigationController to display my UINavigationBar, this panel is much thinner in landscape mode than in portrait mode.
Everything is still, since I want this behavior, but I have one view that is not handled by the UINavigationController, and so I just dragged the UINavigationBar from the Interface Builder into the view, but this one is always the same size and I donβt see a way to tell the UINavigationBar. that he should resize.
Does anyone know how to achieve this?
source share