Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Fazzl

macrumors 6502a
Original poster
Aug 13, 2007
580
4
I am using a fetchedResultsController and am using this for my predicate right now:

Code:
[fetchRequest setPredicate:[NSPredicate predicateWithFormat: @"sets == %@", self.exercise]];

But this doesn't yield any results (when I remove it I get all objects for sets)

What I want is just objects of sets with a relationship with object exercise which has relationship with object session.

Any idea?

A Session (class file) has to many relationship to Exercise(class file) which has to many relationship to Set(class file). (click the links of class file to see the object implementation)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.