iPhone - finding items in current entity that share related item
- by Pedro
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.