Xcode 5: storyboard window - separate window

I accidentally double-clicked on the storyboard window, and now this is a separate window. This is not what I wanted. How to make the storyboard window part of the main Xcode editor?

+4
source share
2 answers

Use the Helper Editor to paste the storyboard into Xcode.

enter image description here

So now the editor looks like this:

enter image description here

+3
source

Just close the unwanted window and re-select the storyboard by clicking on it in the Project Navigator in the main Xcode window. Then it should open the storyboard in the main Xcode window as desired.

+2
source

Source: https://habr.com/ru/post/1535482/


All Articles