vote up 0 vote down star

I have 5 tabs in my app and 1 needs to be able to autorotate.

So far I have been able to get all 5 tabs to rotate using:

  • (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { return YES; }

However I only need 1 to rotate,

How could I do this??

flag

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.