Home > Mobile >  View Hierarchy not showing on XCode 13
View Hierarchy not showing on XCode 13

Time:10-16

I recently updated Xcode to Xcode 13. I opened an old project and tried to edit a xib file with interface builder. I can't figure out how to show the view hierarchy that used to be on the left on IB. I have 2 views, but when I try to click on them it doesn't show its subviews. Am i doing something wrong or is it a bug ?

Image of my Interface Builder. Clicking on a view in the left pane doesn't show its subviews.

CodePudding user response:

Click the Show/Hide Document Outline button:

enter image description here

enter image description here

  • Related