Indexed Accessors vs. Data Sources
Indexed Accessors vs. Data Sources
- Subject: Indexed Accessors vs. Data Sources
- From: Adam Thorsen <email@hidden>
- Date: Tue, 11 Dec 2007 08:39:23 -0800
When working with NSTableView, it seems like binding an
NSArrayController to an object that implements the indexed accessor
methods (described here: http://developer.apple.com/documentation/Cocoa/Conceptual/KeyValueCoding/Concepts/AccessorConventions.html#/
/apple_ref/doc/uid/20002174-178830) is not all that much less work
than implementing a data source. Is there an advantage to using the
indexed accessor approach (it seems to be the recommended method these
days from what I've read)?
-Adam
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden