Contents

performFetch()

Executes the controller’s fetch request.

Declaration

func performFetch() throws

Discussion

After you execute this method, access the controller’s fetched objects using the fetchedObjects property.

See Also

Initializing a Fetched Results Controller