Xcode 4.3.2 と iPad シミュレーター 5.1 を使用しています
これについて本当に助けが必要です。私のアプリは縦向きモードのままです。
シミュレーターを回転させたときに、プロジェクト設定の下を見て、これらをチェックしてみました: 縦向き、逆さま、横向き左、横向き右。
また、View Controller でこれらのメソッドを使用します。
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return YES;
}
誰でも助けてもらえますか?