views:

155

answers:

0

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??