hi guys,
I used this code to landscape my video.
Code:
-(BOOL)shouldAutorotateToSecondInterfaceOrientation:(UIInterfaceOrientation)toSecondInterfaceOrientation
{
return UIInterfaceOrientationIsLandscape(toSecondInterfaceOrientation);
}
But i have 2 issues with this.
1. When i play the movie it doesn't automatically play in landscape. I have to turn my view by my self before it turns to landscape.
2. When i press the done button on de movie screen and my view returns to the previous view. It stay's in landscape. but it has to turn back in portrait.
Doe's anybody here no just one of my problems? so i can solve them?
Thanks!
Bram