Contents

predicateForSubgroupsInGroup(withIdentifier:)

Returns a predicate to find subgroups in the specified parent group.

Declaration

class func predicateForSubgroupsInGroup(withIdentifier parentGroupIdentifier: String) -> NSPredicate

Parameters

  • parentGroupIdentifier:

    The parent group to be matched.

Return Value

A predicate that you can use to fetch subgroup information from CNContactStore.

See Also

Generating Search Predicates for Groups