いくつかの uinavigationcontrollers を備えたタブバー アプリがあります。
私が持っているすべてのVCで:
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return (interfaceOrientation == UIInterfaceOrientationPortrait);
}
しかし、何らかの理由で画面を回転させるとステータスバーが回転しますが、残りのビューは同じままです。どうすればこれを修正できますか?