How are binding specified for Interface Builder plugins?

Posted by Benedict Cohen on Stack Overflow See other posts from Stack Overflow or by Benedict Cohen
Published on 2008-11-26T14:27:40Z Indexed on 2010/06/01 18:33 UTC
Read the original article Hit count: 287

I'm creating an Interface Builder plugin for an NSView subclass. I've been following the Interface Builder Plug-in Programming Guide but it's not answer all my questions. My class has one NSString property and 4 NSColor properties which I want to create bindings for at design time.

I can't figure out where the bindings are specified in the plugin project. The documentation states that the Inspector Object is only for creating the Attribute Inspector. The class description file (.classdescription) lists outlets and actions but not bindings.

Where do I specify the bindings for my class?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa