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?
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?
All of the view controllers in the tab bar controller need to return YES for landscape in order for it to rotate.