My Core Data model has two entities: Author
and Book
with a To-Many relationship (one author->many books). In the main view I display a list of
Today with Swift everything is easier.
NSFetchedResultsControllerDelegate
in your controllerNSFetchedResultsController
.performFetch
on your fetchedResultsController
, it swallows up the event which normally goes to the delegate.