How do I bind a controller class to my core data model? The controller class (a subclass of NSObject) needs to access the value that is at arrangedObjects.name in an NSArrayController. The NSArrayController feeds an NSTableView, and that works fine through bindings, but I don't know how to tap into the model for my custom controller class. So, whatever is selected in NSTableView should go to my custom controller class for further processing, and the displaying the results.
I looked in InterfaceBuilder, but there are no options to bind my controller class. Thanks, - Koen. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
