Just want to clarify this a bit. In the Bindings inspector, when I assign a value transformer, that gets applied to the Controller Key and then the Model Key Path portion applies to the transformed value. Am I understanding
that correctly?

The value transformer gets applied immediately before providing the value to the bound object; if you have a model key path (which, by the way, is not always required), it will get applied to the result of getting the value from the model key path of the model.

By the way, another way to implement this is to set a property in a subclass of NSArrayController inside its -arrangeObjects: method.

-Ben
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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]

Reply via email to