Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 11: How to stack editor vertically?

Tags:

xcode

ios

swift

I like to have 3 Editor windows, 1 Main window and the other half of the screen is split vertically with 2 windows. I use to be able to do this easily in Xcode 10 and earlier, but looks like I cant in Xcode 11. Anyone figure this out?

like image 467
RiceAndBytes Avatar asked Oct 12 '19 03:10

RiceAndBytes


Video Answer


1 Answers

Firstly the default behaviour:

If you click the new window icon at the top right enter image description here then you get a new window to the right of the current one.

Now for adding a window vertically:

If you hold down the Alt Key then the icon changes to enter image description here and then if you click it you will get a new window below the current one.

(Note that if you already have vertically stacked windows the icons default is a vertical split and then pressing Alt reverts it to a horizontal one instead.)

like image 176
Cortado-J Avatar answered Sep 30 '22 07:09

Cortado-J