Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Identifier missing in attributes inspector xcode [closed]

Tags:

xcode

ios

Xcode version 4.6+ doesn't have the field for setting a storyboard view controller identifier in the attributes inspector tab.

Where can I find it?

It used to be in the attributes inspector, like so:

enter image description here

But now there is only the Title field left:

enter image description here

like image 473
VBK Avatar asked Jul 20 '12 08:07

VBK


People also ask

What is the use of attribute inspector in Xcode?

This XMetaL view lets you inspect the attributes on each element and set them to the values that you require. Attributes let you specify information on everything from xref targets to the audience language.

Where is the attributes inspector in Xcode?

Please look at the right-most side window in the Xcode editor, that window is the attributes inspector window. You can show different inspector windows by clicking the six shortcut icon button at the top of the window.

What is size inspector in Xcode?

Xcode Move/Resize UI-Elements in Storyboard Editor Print However, there is a workaround. Use the Size Inspector tool. By selecting the Size Inspector tool you will be able to adjust the exact coordinates of the selected item and can easily adjust its size.


1 Answers

I found out that in xcode 4.5 the identifier is replaced by Identity > Storyboard ID, which is now in the identity inspector.

You can see the field below:

enter image description here

like image 77
VBK Avatar answered Oct 04 '22 20:10

VBK