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

B-ram

macrumors newbie
Original poster
Hi guys,

i used this code to set my movie in landscape.


Code:
-(BOOL)shouldAutorotateToSecondInterfaceOrientation:(UIInterfaceOrientation)toSecondInterfaceOrientation
{
	return UIInterfaceOrientationIsLandscape(toSecondInterfaceOrientation);
	
	
}

But you have to turn the device first. It isn't automatically landscaped.
And when i press the Done button my view stay's in landscape. But i need it in Portrait can somebody help me to fix this?

i hope.

Thanks

Bram
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.