2011-04-18 60 views

回答

0

您必須覆蓋shouldAutorotate:

- (BOOL)shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation)interfaceOrientation 
{ 
return (interfaceOrientation == UIInterfaceOrientationLandscape); 
} 

這隻會迫使你的控制器的風景線。

0

覆蓋在包含視頻播放器的viewController

- (BOOL)shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation)interfaceOrientation 

方法