NSArray with NSPredicate using NOT IN
What about NOT (CategoryID IN %@)
?
How about using NONE
?
[NSPredicate predicateWithFormat:@"NONE CategoryID IN %@", parentIDs];
What about NOT (CategoryID IN %@)
?
How about using NONE
?
[NSPredicate predicateWithFormat:@"NONE CategoryID IN %@", parentIDs];