Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリが背景から戻ると、常に縦向きに回転します。私のVCで-
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
interfaceOrientationですUIInterfaceOrientationPortrait。理由は何でしょうか?
interfaceOrientation
UIInterfaceOrientationPortrait
プロジェクトのplistで向きの設定を確認できます。
その VC の方向を次のようにチェックアウトしてみてください。
[[UIApplication sharedApplication] statusBarOrientation];