Xcode 4 interface object name objects

With the interface builder for xcode 3, I could rename the object by clicking its name in the form of a diagram. Is there a way to rename objects in an interface builder for xcode 4? Because the circuit is as follows:

View
    View
    View
    View
         View
         View
    View

may be a little more informative.

+5
source share
1 answer

There are two ways to rename objects. First select the object and open the identity inspector. In the "Identification" section there is a text field "Label". Type a name in the text box.

-, , , . , :

enter image description here

Return, . , Xcode 4. , . .

+10

All Articles