0

I have a view controller with a navigation item. The view inside the navigation item rotates, but the navigation bar at top does not. I don't understand why only part of the application is rotating.

user1120008
  • 1,005
  • 4
  • 13
  • 27
  • Do you mean that the navigation bar rotates but doesn't resize, or does it not rotate at all, nor resize at all? – Kerri Shotts Apr 28 '12 at 05:27
  • Personally, I suspect you're missing a (BOOL)shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation)interfaceOrientation { return YES; } somewhere. – Kerri Shotts Apr 28 '12 at 05:28

1 Answers1

0

There's seems to be pretty much about this in google.

This one looks promising

UINavigationBar autoresizing

Community
  • 1
  • 1
La bla bla
  • 8,558
  • 13
  • 60
  • 109