I have a Core Data model in which a Task entity includes an optional to-many relationship excludedOccurrences. One of the properties of excludedOccurrences is start, which i
And in swift 2, something like:
request.predicate = NSPredicate(format: " relationship.@count != 0")