Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

loon3y

macrumors 65816
Original poster
Oct 21, 2011
1,235
126
I've been trying to enable upside down view on Xcode, but I've been having a hard time.



heres the code


Code:
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
    // Return YES for supported orientations
    return YES;
}



can anyone help? I'm trying to enable all views.
 
Last edited by a moderator:
noob mistake, my app was tab based, and i didn't enable all modes in the other .m file lol.
 
That would be correct in a tab bar all views that are in the tabbarcontrollers view controller array much support the orientation that you are trying to achieve.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.