coredata: building tree from Entities
coredata: building tree from Entities
- Subject: coredata: building tree from Entities
- From: Georg Seifert <email@hidden>
- Date: Thu, 30 Oct 2008 16:39:59 +0100
hello,
once again a beginner question on coredata.
I want to display my data in a outlineview grouped one of the entities
attributes.
my Data:
Elements (
{"titel1", "name1"},
{"titel1", "name2"},
{"titel2", "name3"},
{"titel2", "name4"},
{"titel2", "name5"} )
the OutlineView should show:
titel1
name1
name2
titel2
name3
name4
name5
Can I build it using fetched properties?
Any help or hint is appreciated.
Georg
_______________________________________________
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