How to fetch contacts NOT named “John” with Swift

2019-09-24 03:53发布

问题:

Is there a way I can fetch contacts using the Contacts framework without an attribute?

Example:

myContactArray = unifiedContactsNotCalled("John")

PS: I know that line is nothing like the real code, it's just a serving suggestion for illustrative purposes