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