LoginSignup
1
2

More than 3 years have passed since last update.

iPadで縦画面固定する

Last updated at Posted at 2019-10-29

自分メモ。環境はXcode 11.0、Swift 5.1。
XcodeのDevice Orientationで設定していた固定画面がiPhoneにしか適用されていなかったため、iPadにも適用されるよう設定を修正しました。

iPadで縦画面固定する

  1. Xcodeのナビゲーターでプロジェクト名をクリック
  2. Generalタブ>Deployment InfoでiPadのみにチェックを入れる
  3. Device OrientationのチェックをPortraitのみにする
  4. Requires full screenにチェックを入れる

なお画面回転についてはinfo.plistで設定しているようです。

参考

[Swift] iPad 縦画面固定が反映されず、横に回転する時

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2