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
Post a Comment