How To Display Or Hide View Controller Scene ( Document Outline ) Panel In Xcode Project

When I develop an iOS app with Xcode, I design the user interface by edit the Main.storyboard file. But when I click the Main.storyboard file to edit it, I can not find the View Controller Scene (Document Outline) panel at the center editor’s left side. This confused me a lot. Finally, I find the solution to fix it.

1. How To Display The View Controller Scene (Document Outline) Panel.

  1. In this example, when I click the Xcode project’s Main.storyboard file to edit it, I can not find the View Controller Scene panel which is also called Document Outline on the center editor’s left side.
  2. I can click the Xcode menu item Editor —> Document Outline to make the View Controller Scene panel visible.
  3. When I click the above menu item to check it, I can see the View Controller Scene is displayed.
  4. And when you click the above menu item again to uncheck it, the View Controller Scene will be hidden.
    xcode-show-main-storyboard-document-outline-panel-to-see-the-view-controller-scene
  5. Besides the above method, you can also click the expand icon (xcode-expand-document-outline-panel-icon) before the View as: bar that is located at the bottom of the center editor to display or hide the Document Outline panel.

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.