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
(void)viewWillLayoutSubviews { self.navigationItem.titleView.bounds = self.navigationController.navigationBar.bounds; }