Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8328023
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T01:18:27+00:00 2026-06-09T01:18:27+00:00

According to apple documentation of NSFetchedResultsController : You use a fetched results controller to

  • 0

According to apple documentation of NSFetchedResultsController:

You use a fetched results controller to efficiently manage the results
returned from a Core Data fetch request to provide data for a
UITableView object.

According to documentation of NSManagedObjectContext:

Its primary responsibility is to manage a collection of managed
objects.

It seems that purpose of these two classes overlap. Both “manage the fetched managed objects”. Maybe the difference of wording indeed mean something, yet I don’t get it. After reading both docs, it seems to me that all the data fetch, modify, commit, undo/redo etc. is handled by the managed context. I don’t see the point of nsfrc existing.

Could anyone explain why do we need fetched results controller when we already have managed context to deal with data?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T01:18:29+00:00Added an answer on June 9, 2026 at 1:18 am

    The NSManagedObjectContext is a fundamental concept of Core Data, kind of analagous to a transaction in a relational data. Not only can you fetch objects, you can create, update and delete them, save them back to the persistent store, etc.

    You don’t need the NSFetchedResultsController. It’s a utility class, one designed to provide Core Data objects in a format that’s easily usable in a table view. The fetched objects used in an NSFetchedResultsController will be managed by an NSManagedObjectContext.

    Having said that, “utility class” seriously undersells it. It automatically manages things like updates, inserts and deletes in the underlying data source, caching, sections, etc., things that are a pain to deal with manually.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

According to Apple documentation on debugging Core Data it says we should be able
According to Apple's documentation , in order to make phone call from my app,
According to Apple's documentation on the View Controller Lifecycle I noticed the following regarding
I'm trying to use CGBitmapContextCreate . According to Apple's documentation the ApplicationServices framework is
According to Apple's documentation , @font-face is deprecated for use on the iPhone version
According to Apple documentation and other documentation I have read about on disk encryption
What's the role of registerClass:forCellWithReuseIdentifier: method? According to Apple's developer documentation it's supposed to
According to my understanding of the Apple's documentation the 'CIFaceFeature' class' object is a
According to Apple's documentation here , this should work in my code: @interface Menu
According to Apple's documentation , the recommended way of initializing an NSWindowController subclass is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.