Hi guys,
i used this code to set my movie in landscape.
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
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