Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open two windows with two iOS projects

Tags:

xcode

How can I open two windows with two different projects in Xcode? Having two windows open must ease to drag and drop files from one project to the other.

like image 616
joan Avatar asked Sep 12 '17 10:09

joan


People also ask

How do I open two windows in Xcode?

In XCode 4 you can have a split window via View -> Show Assistent Editor . You can then select the file to display in the main editor by clicking on it, and the file in the assistent editor by holding down alt (or: option ) + click on it.

How do I open a new window in Xcode?

Open in a new editor as another new window Upon open the little popup, click on to the + of a tilted little window on the left and press ↩. A new window will appear outside the Xcode.


1 Answers

Use File/Open (⌘O) to open a project in another window.

like image 154
Tamás Sengel Avatar answered Oct 24 '22 20:10

Tamás Sengel