sonisuman / Movie

Core data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Core data


Languages

Language:Swift 100.0%