Displaying an NSSet in a Single Table Cell?
Displaying an NSSet in a Single Table Cell?
- Subject: Displaying an NSSet in a Single Table Cell?
- From: Brad Gibbs <email@hidden>
- Date: Sun, 25 Jan 2009 13:19:16 -0800
I have a Core Data app for cataloging objects. Each object has a to-
many relationship for Type that describes the type of the object. An
object can have multiple types (hence, the to-many relationship...) --
usually 2-4 types per object.
Objects are displayed in a table, one per row. I made the table rows
tall enough to display three lines of text. I'd like to display one
type per line for each object so that the user can click on one of the
types and sort the table according to the type selected. Essentially,
I guess I want to put three cells in a single cell, or a matrix in a
cell, both to display the data and to get the selection and act upon it.
There must be a way to do this, but I haven't been able to find it.
Thanks.
Brad
_______________________________________________
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