iphone - iOS Navigation Bar in tab bar controller doesn't rotate properly -


i have tab bar controller 2 tabs both contain views navigation bar controllers. when display app in portrait fine, when display first tab in portrait, rotate device , display second tab in landscape, navigation bar of second view stretches while first stays in 'portrait size'. have been able replicate in basic project i've uploaded rapid share

i guessing easy fix.

thanks in advance!

found answer. had view each tab navigation controller within view. changing tab view navigation controller instead, resolved error.

basically, original setup tab navigator -> view -> navigation controller

this changed tab navigator -> navigation controller

it works correctly now.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -