iPhone OS: Fetching a random entity instance using NSPredicate Nsfetchrequest and core data
- by nickthedude
Working on an app where I have a large collections of managed objects against which I want to fetch a few random instances.
My question is, is there any way I can use NSPredicate and NSFetchRequest to return several objects at random.
I saw that you could actually add a NSFetchRequest into the entity using the data modeler, any way to do the…