skip to Main Content

Xcode 12 is annoying me. In the storyboard I want to display the assistant editor below the storyboard but Xcodes sometimes stucks the editor to the right side.
Changing the menu option "Change Editor Orientation" seems to reflect the whole editor position but not the position of the assistant editor itself.
Even the orientation is set to vertical, sometimes the assistant editor goes to the right side, sometimes below.
So as I mentioned above that’s what I want, I want to force Xcode to show the assistant always on the bottom side. But it always stucks onn the vertical, right position.
Even if a new editor with horizontal oriantation is opened, the position of the assitant editor won’t change.

enter image description here

Also the layout pane is always greyed out and stuck in automatic despite I don’t use the focused editor:
enter image description here

2

Answers


  1. Chosen as BEST ANSWER

    Okay, for all desperates Xcode beginners: The Layout Panel becomes active if the assistant editor is opened regardeless the orientation:

    enter image description here

    Choosing the right or bottom changes the position of the assistant editor immediality.


  2. You can change its orientation By shortcut key
    Press Option Key and hover on the editor icon.
    enter image description here

    This will give the below output.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search