Hi everyone, I was wondering if I could select objects based on a predicate with an array... for example
Code: [NSPredicate predicateWithFormat:@"id=%@", arrayOfID];
Will it work? If no, how can I do it?
Best
Hi everyone, I was wondering if I could select objects based on a predicate with an array... for example
Code: [NSPredicate predicateWithFormat:@"id=%@", arrayOfID];
Will it work? If no, how can I do it?
Best
Yes, of course you can do it.
Sounds like you need a bit of grounding in Core Data. I found the following tutorial really useful in getting me off the ground with Core Data:
http://iphoneinaction.manning.com/iphone_in_action/2009/08/core-data-part-1-an-introduction.html