0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Xcodeで画面分割ができなくなった対応メモ

Posted at

Xcodeが オプション + クリックで画面分割(split view)ができなくなってしまった時の対処法:sweat:

  • 原因はEditorにFocusしてしまっていた!
    画像に示した箇所をクリックしたら元に戻りました:joy:
    スクリーンショット 2020-08-27 0.12.05.png

どうやらこの機能はXcode11から搭載された機能で、セカンド画面を閉じることなく一つの画面に集中できるモード見たいです。

以下のショートカットでも実行可能(自分はおそらくこれでFocusしてしまっていた:innocent:

ショートカット: Control + Shift + Command + Enter

メニューからも弄れるみたいです。
[View] -> [Editor] -> [Focus]
スクリーンショット 2020-08-27 0.23.07.png

フォーカスモードを使いこなせば..

このように分割してコーディングしている最中に
「ちょっと半分邪魔だな〜」
とか思ったら
スクリーンショット 2020-08-27 0.11.45.png
Control + Shift + Command + Enter でフォーカスモードにして
スクリーンショット 2020-08-27 0.11.48.png
スッキリコーディングができるようになって生産性が上がるかも:eggplant:

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?