Challenge In DataAbstract for Cocoa, you can retrieve the values for a particular table field using the KVC approach, where the field name is passed as a string key: DADataTableRow *row = [[self table] rowAtIndex:idx]; NSString *name = [row ...
More...