Pregunta

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.

¿Fue útil?

Solución

try this inside didFinishLaunchingWithOptions method

self.window.rootViewController = self.viewController;
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top