Skip to content

sonisuman/Movie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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