iPhone - finding items in current entity that share related item

Posted by Pedro on Stack Overflow See other posts from Stack Overflow or by Pedro
Published on 2010-06-06T14:18:33Z Indexed on 2010/06/06 14:22 UTC
Read the original article Hit count: 276

Filed under:
|

G'day Folks

My core data driven app has an Events entity, essentially a list of times & venues, with a related Acts entity, the names & bios of the acts appearing at those events. I have a table view that shows the event time & venue (as a table section with 1 row), the act name & act bio that works nicely.

If that act is appearing at more than one event I'd like to include another table section that lists those events. I think could get that with event.act.events except that it would include the event I'm currently displaying. Can anyone suggest how to get the data I want & exclude the current record?

Cheers & TIA, Pedro :)

PS... I have not quite 18 hours until the promised time for a prototype of my app to be available for some testers to download.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about core-data