Contents

predicateForGroups(withIdentifiers:)

Returns a predicate to find groups with the specified identifiers.

Declaration

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

Parameters

  • identifiers:

    The group identifiers to be matched.

Return Value

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

See Also

Generating Search Predicates for Groups