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.
iOS デバイスを縦向きモードにしたいのですが、どのキーボードも横向きモードで表示されます。どうすればそのようなことを管理できますか?前もって感謝します。
ステータス バーの向きを設定してみます。これには、ビューが回転しないことを保証する特別な処理が必要になりますが、キーボード、ポップオーバー、アクション シートなどはすべて、アプリケーションのステータス バーの向きになります。ステータス バーの向きを次のように設定します。
[[UIApplication sharedApplication] setStatusBarOrientation:newOrientation]