Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 10: Storyboard not showing Identity, Attribute... Inspector

Tags:

After I update to Xcode 10, The storyboard is acting very weird. Sometimes it's not showing anything for Identity, Attribute, Size, and Connection Inspector and even I clean the project also restart my Xcode and it's still the same. Here is an Image example: enter image description here

How to solve this problem?

like image 944
Anonymous-E Avatar asked Sep 26 '18 02:09

Anonymous-E


People also ask

How to Show Attribute Inspector in Xcode?

Open View -> Inspectors -> Select Show Attributes Inspector .

Where is identity inspector in Xcode?

To fix the problem, we select the button we've added to the view, open the Identity Inspector by clicking the window icon at the top of the Xcode Utility area or by choosing View, Utilities, Show Identity Inspector (Option+Command+3), and then use the drop-down menu/field to enter the class that we really want ...

How to open attributes Inspector?

Depending on the type of object selected, the Inspector adapts its user interface to provide full access to the object's attributes. You can open the Inspector by clicking Window > Inspector in the main-menu, or by pressing Alt+I.

What is size inspector in Xcode?

Recall that the Size inspector appears when you select the fifth button from the left in the inspector selector bar. It lets you edit the size and position of an object in your storyboard.


2 Answers

Alex Jackson's answer did not work for me. Try clicking on the 'Show Assistant Editor' button show assistant exitor in the top right. That worked for me.

like image 185
SomeGuyFortune Avatar answered Oct 08 '22 06:10

SomeGuyFortune


Just select your storyboard tab, duplicate it (CMD+T) and close the first one. The new storyboard tab should work properly now.

like image 30
Gui Del Frate Avatar answered Oct 08 '22 04:10

Gui Del Frate