In generally, on the landscape mode, the navigation bar controlled by navigation controller automatically reduce its size smaller.
But I want to prevent that autoresizing.
First, I set the navigation bar hidden and used another navigation bar not controlled by navigation controller. So, I solved the problem. But I want to find the way to disable autoresizing the navigation bar on landscape without using another bar not controlled by navigation controller.