Hello.
I have next question:
I create own Controller ( myController:NSObjectController ) and it has own attributes, for example NSString* title;
Now I want to bind this attribute to some text field. Can I made that attribute 'title' display in 'Controller Key' menu of inspector binding window in IB; (There where 'selection', 'canADD' and else)
Dont worry about access to this attribute, I want just add it in to list