predicateForContacts(matchingEmailAddress:)
Returns a predicate to find the contacts whose email address matches the specified value.
Declaration
class func predicateForContacts(matchingEmailAddress emailAddress: String) -> NSPredicateParameters
- emailAddress:
The email address to be matched.
Return Value
A predicate that you can use to fetch contacts from CNContactStore.