Core Data Tutorial for iOS: How To Use NSFetchedResultsController

A Core Data tutorial series for iOS in iOS 5. By .

Leave a rating/review
Save for later
Share
You are currently viewing page 2 of 2 of this article. Click here to view the first page.

Contents

Hide contents

Core Data Tutorial for iOS: How To Use NSFetchedResultsController

10 mins

Show Me The Code!

You can download the project here (direct download).

Where to Go From Here?

You should have a good understanding of the basics of Core Data at this point. A good exercise would be to continue this example to add in the detail view that we created in the SQLite tutorial, or to add in support for adding/editing/deleting items.

I’d recommend also taking a look at some of the Apple samples out there – they have 5 different Core Data examples currently available and they all show different and interesting aspects of things you can do.

Also, if you have any advice about Core Data or gotchas that you’ve encountered with Core Data in your projects, please share!