In my app, I got a UINavigationController. Unfortunately, when I rotate the device and the interface orientation changes, the UINavigationBar doesn\'t change its height. In
I just tried a few things just within Interface Builder and Xcode and as long as you use the UINavigationBarController
as RootViewController
it works as described - getting smaller. Did you change any things within the Controller itself or in parts of how the Controller is loaded? Especially concerning the firing of events? I had some bad expiriences with the UITabBarController
in terms of breaking the proper messaging and got some 'interessting' view side effects. Just a try and a guess.