Find movies with specific ids

suggest change
// *** Find movies with specific ids ***
NSPredicate *filterByIds = [NSPredicate predicateWithFormat:@"self.id IN %@",@[@"7CDF6D22-8D36-49C2-84FE-E31EECCECB79", @"7CDF6D22-8D36-49C2-84FE-E31EECCECB76"]];
NSLog(@"Filter By Ids : %@",[array filteredArrayUsingPredicate:filterByIds]);

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


NSPredicate:
*Find movies with specific ids

Table Of Contents