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 methods are for use in legacy Interface Builder plug-ins only. Xcode 4 doesn't officially support plug-ins. You have create these bindings in code using -bind:toObject:withKeyPath:options:. The “type whatever you like” part only applies to the key paths you bind to, not to the binding names themselves.