I have a situation where my data contains arrays of values: a list of phone numbers belonging to a person object. I'd like to be able to display the numbers in a single cell contained in a nested table of editable fields. Am I insane?
I've been circling trough the hierarchies trying to accomplish the connection of the person's array of phone numbers with a subclass of NSTableCellView acting as the subtable's delegate/datasource. I gotten tantalizingly close, but I just can't seem to bridge the gap. Corbin's TableViewPlayground doesn't quite get to this: all of the TableCellViews in his examples are first-generation children of the top-level table. Does anyone know if it is (im)possible to do this? Should I be looking at a different view strategy? Does anyone know of a clean clear example of how to accomplish this that I could study? ~ Erik OSX 10.8, XC4.4 _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
