NSArray with NSPredicate using NOT IN NSArray with NSPredicate using NOT IN ios ios

NSArray with NSPredicate using NOT IN


How about using NONE?

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