iPhone: Grouping records in multiple UITableView views

Posted by Nic Hubbard on Stack Overflow See other posts from Stack Overflow or by Nic Hubbard
Published on 2010-06-03T01:52:38Z Indexed on 2010/06/03 1:54 UTC
Read the original article Hit count: 212

Let me first say, I know how to create sections and group records within a UITableView.

What I am wanting to do is something similar to creating a photo album. So, I have all my data objects coming from core data, and, I want to be able to create a custom group, such as "My Trip to Mexico" and "First Birthday". Then, the user should be able to add objects/records into new sections/albums. So, basically the user is creating custom sections with their own custom names, and then choosing what records should go into that section/album.

So, I am just wondering what is the best way to do this? I am thinking that I would just create some extra attributes for my core data model. Or, would I create a whole new "Album Section" object, and somehow use that?

Point me in the right direction. :)

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk