Tree data structure in iphone with coredata

Posted by ebabchick on Stack Overflow See other posts from Stack Overflow or by ebabchick
Published on 2010-03-11T04:46:20Z Indexed on 2010/03/11 5:08 UTC
Read the original article Hit count: 541

Filed under:
|
|
|
|

Hi,

I am looking to store a tree structure in CoreData for iphone. Can someone give me some tips on the best way to go about this? Basically I want to have a bunch of folders that people can dive into in a table view, and I want to have leaves of the tree be photos. The thing is, I want to be able to let the user edit these folders on-the-fly and add folders and content (photos) at their discretion. I'm relatively new to CoreData. Any help would be appreciated. Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about core-data