Contents

predicateForContacts(matchingEmailAddress:)

Returns a predicate to find the contacts whose email address matches the specified value.

Declaration

class func predicateForContacts(matchingEmailAddress emailAddress: String) -> NSPredicate

Parameters

  • emailAddress:

    The email address to be matched.

Return Value

A predicate that you can use to fetch contacts from CNContactStore.

See Also

Getting Search Predicates