Contents

shouldRefetchContacts

A Boolean value that indicates whether to refetch the added and updated contacts after the save request executes.

Declaration

var shouldRefetchContacts: Bool { get set }

Discussion

The default value is true, so the save request refetches added and updated contacts. Set to false to suppress the refetch behavior and reduce the save request’s execution time.

See Also

Configuring the save request