Core Data grouping data in table
        Posted  
        
            by OscarTheGrouch
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by OscarTheGrouch
        
        
        
        Published on 2010-05-31T07:04:17Z
        Indexed on 
            2010/06/01
            4:13 UTC
        
        
        Read the original article
        Hit count: 711
        
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.
© Stack Overflow or respective owner