This is a Movie app and in this app demonstrate how to use NSFetchedResultsController to fetch data from Core Data store.NSFetchedResultsController is created to support tableview. So, it is a perfect fetching approach when we are using UITableViewController. Following topic is covered in this project:-
- Fetch strategy using NSFetchedResultsController
- Data update and removal
- Batch Update
- Grouping
- Caching