When a nsfetchrequest fetches an entity object from store, does it fetch all of its data at once?
Answer / Harish Agarwal
No, by default, NSFetchRequest does not fetch all data at once. It fetches only the attributes specified in the request and uses lazy loading for relationships. To fetch additional data, you can use additional NSFetchRequest calls or prefetching techniques.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the tools required to develop iOS applications?
What is arc and how is it different from autorelease?
how you can delete a smart group created in Xcode?
Explain the difference between strong and retain.
What does ios stand for in texting?
What is active state in ios?
What do you mean by rest?
Tell me what is iphone os?
What json framework supported by ios?
How to measure your application's performance on an iphone device?
What is ios architecture?
What is cocoa and cocoa touch?