Search code examples
xcodecocoarenamensarraycontroller

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.


Solution

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

    As shown in image below :

    enter image description here