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 |
Garbage collector in iphone?
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?
What is the meaning of 'synthesize' keyword?
What is the architecture of ios?
what are the build phases available in Xcode?
What happens if the methods doesn’t exist?
How to install an iphone application for testing?
How do you usually persist data on ios? : IOS Architect
What are the limits of accessibility ?
What is difference between performblock: and performblockandwait:?
Why do we use synchronized ?
Why to keep user policies at server side rather on device? : IOS Architect