Contents

predicateForContacts(withIdentifiers:)

Returns a predicate to find the contacts matching the specified identifiers.

Declaration

class func predicateForContacts(withIdentifiers identifiers: [String]) -> NSPredicate

Parameters

  • identifiers:

    Contact identifiers to be matched.

Mentioned in

Return Value

A predicate that can be used to fetch contacts from CNContactStore.

See Also

Getting Search Predicates