NSArray with NSPredicate using NOT IN

What about NOT (CategoryID IN %@)?


How about using NONE?

[NSPredicate predicateWithFormat:@"NONE CategoryID IN %@", parentIDs];