What is nsfetchedresultscontroller?



What is nsfetchedresultscontroller?..

Answer / Dhruv Agarwal

NSFetchedResultsController is an object in Core Data that helps manage the relationship between a fetch request, table view, and a set of managed objects. It automatically updates the displayed data when changes occur.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

Garbage collector in iphone?

1 Answers  


Who calls the dealloc strategy? Would we be able to implement dealloc in arc? In the event that indeed, what is the need to do that?

1 Answers  


What is the meaning of 'synthesize' keyword?

1 Answers  


What is the architecture of ios?

1 Answers  


what are the build phases available in Xcode?

1 Answers  


What happens if the methods doesn’t exist?

1 Answers  


How to install an iphone application for testing?

1 Answers  


How do you usually persist data on ios? : IOS Architect

1 Answers  


What are the limits of accessibility ?

1 Answers  


What is difference between performblock: and performblockandwait:?

1 Answers  


Why do we use synchronized ?

1 Answers  


Why to keep user policies at server side rather on device? : IOS Architect

1 Answers  


Categories