Re: Displaying two different sub-entities in one table view

2010-03-05 Thread Jean-Henri Duteau
On 2010-03-05, at 11:21 AM, Quincey Morris wrote: > The difficulty is that (of course) all the rows in a table view are the same. > Therefore the table view must see a consistent data model that isn't your > actual data model. > I know and I'm trying to think of UI alternatives that wouldn't

Re: Displaying two different sub-entities in one table view

2010-03-05 Thread Quincey Morris
On Mar 5, 2010, at 10:04, Jean-Henri Duteau wrote: > I have a Team that has Skaters and Goalies. Skaters and Goalies have Player > as a parent. Team has a to-many relationship to Player. I have a TableView > that displays all of the players of a selected team. Everything works just > fine a

Displaying two different sub-entities in one table view

2010-03-05 Thread Jean-Henri Duteau
I have a CoreData project and I'm trying to figure out how to display multiple entity types in one table view. I have a Team that has Skaters and Goalies. Skaters and Goalies have Player as a parent. Team has a to-many relationship to Player. I have a TableView that displays all of the playe