Reputation: 2531
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.
Upvotes: 8
Views: 12399
Reputation: 297
Firstly, be sure to un-maximize the window by hovering on top left and touching the green button (if presently maximized). If you use Command+T then afterwards you can drag that tab into the desktop space to make a new window. Then you can open your other project. Then be sure to unmaximize it as well. Then you can use Fn+drag to copy files and storyboard from one prpject to the other. Go figure.
Upvotes: 4
Reputation: 361
I am using xcode 9.2 and it has default like you said i.e. when we open a new project it will attach itself with the current window. OR you can try (Command+T) to open a new tab then open project manually.
Upvotes: 2