predicateForContacts(withIdentifiers:)
Returns a predicate to find the contacts matching the specified identifiers.
Declaration
class func predicateForContacts(withIdentifiers identifiers: [String]) -> NSPredicateParameters
- identifiers:
Contact identifiers to be matched.
Mentioned in
Return Value
A predicate that can be used to fetch contacts from CNContactStore.