In this part of the series, we're going to discuss how to import or preload existing data into Core Data so that we have some good default data when our app starts up.

In the final part of the series, we're going to discuss how we can optimize our app by using NSFetchedResultsController, to reduce memory overhead and improve response time.

Read More....