I\'m trying to expose a custom binding in an subclass of an NSWindowController. I added the following code to the subclass:
+(void)initialize { [self exposeBindin
These are only if you're creating an IB palette/plugin. From Cocoa Bindings Programming Topics:
The other methods—the class method
exposeBinding:
and the instance methodsexposedBindings
andvalueClassForBinding:
—are useful only in an Interface Builder palette.
When setting up bindings, you can just type in whatever key paths you like; they don't have to be exposed in IB.