Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 433 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 433 Bytes

Movie

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:-

  1. Fetch strategy using NSFetchedResultsController
  2. Data update and removal
  3. Batch Update
  4. Grouping
  5. Caching