I have tab bar application and I have a problem with the rotation. I am using a storyboard with the tab bar controller as a initial view controller and on ios 6 everything works and views rotate to landscape and portrait, but on ios 5 views are only in portrait mode and rotation does not working.
I tried to create custom tab bar controller subclass and I added shouldAutoRotateToInterfaceOrientation function to it, and also to all view controllers in the tab bar but it didn’t help.
Has someone any idea what can be wrong?
Edit:
If you have Xcode 4.5.2 you can create new project from tab bar application template and check yourself whether you have the same problem.
I found that post and that solution works for me:
http://iosgems.blogspot.de/2012/11/how-to-get-autorotation-working-for.html