predicateForContainerOfGroup(withIdentifier:)
Returns a predicate to find the container of the specified group.
Declaration
class func predicateForContainerOfGroup(withIdentifier groupIdentifier: String) -> NSPredicateParameters
- groupIdentifier:
The group identifier to be matched.
Return Value
A predicate that can be used to fetch a container from CNContactStore.