Tab bar controller in landscape mode?

You shouldn't have to subclass UITabBarController. The tab bar will autorotate to landscape, if all it's subviews support landscape. Just make sure all tabs support landscape orientation and you should be fine afaik.

Rengers is right, just make sure all tab views have YES in their respective shouldAutoRotateToInterfaceOrientation overrides. Depending on how you setup your app, check if any parent views have the shouldAutoRotateToInterfaceOrientation overrides. If so, it might be worthwhile commenting them out and leaving the overrides for the tab views only.

My app is configure for landscape only , and I just dragged the Tab Bar into the window in IB , and attached it to my outlet and that's it , and still the Tab Bar looks like in portrait mode. – user286472 Mar 25 '10 at 13:09 I'm pretty sure you need an UITabBarController to take care of the tabbar orientation. Do you have one now, or are you just using a 'standalone' UITabBar?

– Rengers Mar 26 '10 at 0:13.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions