predicateForSubgroupsInGroup(withIdentifier:)
Returns a predicate to find subgroups in the specified parent group.
Declaration
class func predicateForSubgroupsInGroup(withIdentifier parentGroupIdentifier: String) -> NSPredicateParameters
- parentGroupIdentifier:
The parent group to be matched.
Return Value
A predicate that you can use to fetch subgroup information from CNContactStore.