문제

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