views:

74

answers:

1

I made a tab bar application, but it will not rotate into landscape.

I have the 'shouldAutoRotate' set to "return YES" but that doesn't work... Any suggestions?

A: 

All of the view controllers in the tab bar controller need to return YES for landscape in order for it to rotate.

Brian