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.
タブバーコントローラー内にナビゲーションコントローラーがあります。横向きモードの場合、戻るボタンのアニメーションは右ではなく下に押します。
ポートレートモードのように正しくプッシュするには、何をする必要がありますか?ありがとう。
UIViewControllerの1つがランドスケープをサポートしていない場合、これが発生するのを見たことがあります。
shouldAutorotateToInterfaceOrientation両方のUIViewControllerを再確認し、縦向きと横向きの両方で両方がYESを返すことを確認します。
shouldAutorotateToInterfaceOrientation