Contents

predicateForContainers(withIdentifiers:)

Returns a predicate to find the containers with the specified identifiers.

Declaration

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

Parameters

  • identifiers:

    The container identifiers to be matched.

Return Value

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

See Also

Generating Search Predicates for Containers