MPMoviePlayerViewController
テーブルビューコントローラーの静的セルからビデオクリップを表示して います。私が追加したビデオクリップの目的のView Controllerで:
- (BOOL)shouldAutorotate {
return YES;
}
- (NSUInteger)supportedInterfaceOrientations {
return UIInterfaceOrientationMaskAllButUpsideDown;
}
私のView Controllerに、しかし私が理解しているようにUITableViewController
、私の場合はこれを提示中のNavigation Controllerに追加する必要があります。問題は、どうやら権限がないために編集できない .h ファイルしかないことですか?