Arietis
Arietis

Reputation: 65

how to rename NSArrayController in XCode 4.2?

Is there a way to rename an instance of NSArrayController in XCode 4.2? I'm asking cause there are some tutorials implementing it and one of the steps is to rename 'Array Controller' to something else but authors seems to be using older version of XCode where it works with just one click. Is it possible in latest version? Thanks.

Upvotes: 2

Views: 946

Answers (1)

Devarshi
Devarshi

Reputation: 16758

You can rename it by changing its label in identity inspector !

As shown in image below :

enter image description here

Upvotes: 10

Related Questions