私はこれを持っています:
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return (interfaceOrientation == UIInterfaceOrientationPortrait);
}
私のアプリビューコントローラーでは、iOS 5では期待どおりに機能しましたが、iOS 6に更新すると、向きの定義が機能しないようで、向きを変えたときに横向きも表示されます。他の設定のメソッド定義に変更はありますか?