誰が私に何が起こっているのか説明できますか? 私はこの方法を使用します
- (BOOL)shouldAutorotateToInterfaceOrientation:( UIInterfaceOrientation)interfaceOrientation
{
return ( UIInterfaceOrientationIsLandscape( interfaceOrientation ) );
}
matchmakerViewController の横向きを提供します。iPhone や iPad シミュレーターでも完全に動作しますが、iPad デバイスでは動作しません。iPad でアプリケーションを実行すると、matchmakerViewController が不思議なことに縦向きに表示されます。どうしたの?どうすれば修正できますか? ありがとう