Core Data grouping data in table
- by OscarTheGrouch
I am using core data trying to create a simple database app, I have an entity called "Game" which has a "creator". I have basically used the iPhone table view template and replaced the names. I have the games listed by creator. Currently the tableview looks like this...
Chris Ryder
Chris Ryder
Chris Ryder
Chris Ryder
Dan Grimaldi
Dan Grimaldi
Dan Grimaldi
Scott Ricardo
Tim Thermos
Tim Thermos
I am trying to group the tableview, so that each creator has only one cell in the tableview and is listed once and only once like this...
Chris Ryder
Dan Grimaldi
Scott Ricardo
Tim Thermos
any help or suggestions would be greatly appreciated.