Contents

predicateForContainerOfGroup(withIdentifier:)

Returns a predicate to find the container of the specified group.

Declaration

class func predicateForContainerOfGroup(withIdentifier groupIdentifier: String) -> NSPredicate

Parameters

  • groupIdentifier:

    The group identifier to be matched.

Return Value

A predicate that can be used to fetch a container from CNContactStore.

See Also

Generating Search Predicates for Containers