Fix ipad video screen rotation

This commit is contained in:
Pierre-Eric Pelloux-Prayer 2012-01-20 14:49:20 +01:00
parent 9e3daa3f82
commit 25a4562e44

View file

@ -146,9 +146,9 @@
// e.g. self.myOutlet = nil;
}
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
/*- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return NO;
}
}*/
@end