UIImagePicker
横向きに設定する良い方法はありますか?次のように電話をかけてみましたがsetStatusBarOrientation
、presentModalViewController
[self presentModalViewController:picker animated:YES];
[[UIApplication sharedApplication] setStatusBarOrientation: UIInterfaceOrientationLandscapeRight animated: NO ];
ただし、向きを変更しても、右隅のビデオ再生ビュー(00:00)は回転しませんでした。