Contents

CNContactFetchRequest

An object that defines the options to use when fetching contacts.

Declaration

class CNContactFetchRequest

Overview

You need at least one contact property key to fetch a contact’s properties. Use this class with the enumerateContacts(with:usingBlock:) method to execute the contact fetch request.

Topics

Creating a Fetch Request

Specifying the Search Predicate

Configuring the Fetch Options

Specifying the Keys to Fetch

Initializers

See Also

Fetch and save requests