Using bindings to lessen amount of code
Using bindings to lessen amount of code
- Subject: Using bindings to lessen amount of code
- From: Paul Johnson <email@hidden>
- Date: Mon, 13 Dec 2010 11:25:14 -0600
I want to obtain the value at a particular row and column in a table.
I implemented the datasource protocol method
tableView:objectValueForTableVColumn:row:
In this method I return [[self.arrangedObjects valueForKey:@"symbol"]
objectAtIndex:rowIndex].
Is there a way to solely use bindings to accomplish this and not implement
the datasource protocol method at all?
_______________________________________________
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