各ViewControllerにコードがあります。
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return (interfaceOrientation != UIInterfaceOrientationPortraitUpsideDown);
}
また、plistでサポートされているデバイスの向きを変更しました。
他に何ができるでしょうか?
PS私がチェックしたように—ローテーションに関する通知はもう送信されません。おそらく、いくつかのフレームワークとの競合があります...