I am testing my application on ios7 os iphone.In that am going from portrait viewcontroller to landscape viewcontroller.before going to landscape view my navigation bar height is 44 pixel.but coming from landscape view its height is reduce to landscape view navigation bar.I checked all orienation code.Please help me to solve this.

有帮助吗?

解决方案

try this inside didFinishLaunchingWithOptions method

self.window.rootViewController = self.viewController;
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top