Help With Core Data
Hello All,
I am receiving data from a REST service that I would like to save in Core Data for my iOS app. I get this data from multiple calls to the REST service, so I would like to assemble this data completely in memory before saving the data to the data store.
My question is about NSFetchRequest. It seems like this object searches the persistent storage for a child object I am looking for. Is this true? If so, what is the best way for my to find my child object in memory before it has been saved to persistent storage?
Thanks,
JR
|