Reputation: 2463
Is it possible to open multiple windows in Xcode 4 if I want to have multiple files side by side ? Thanks
Upvotes: 2
Views: 889
Reputation: 15588
You can double click a file in the side panel to open it in its own window. You can also hold down command and double click a symbol within a file to open it's definition in a new window.
There is also the assistant mode where you can have two files open side by side (but in the same window).
Upvotes: 6