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.
Asked
Active
Viewed 330 times
0
-
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 Answers
0
There's seems to be pretty much about this in google.
This one looks promising

Community
- 1
- 1

La bla bla
- 8,558
- 13
- 60
- 109