predicateForContainers(withIdentifiers:)
Returns a predicate to find the containers with the specified identifiers.
Declaration
class func predicateForContainers(withIdentifiers identifiers: [String]) -> NSPredicateParameters
- identifiers:
The container identifiers to be matched.
Return Value
A predicate that can be used to fetch containers from CNContactStore.