Closed akashkamboj closed 10 years ago
Thanks.
-[NSManagedObject fetchObjectsForRelationship:fromURL:completionHandler:]
or any other API build on top of that, the array in the completionHandler returns all objects returned by your servers API.-[NSManagedObject fetchObjectsForRelationship:fromURL:completionHandler:]
deletes every other object of this relationship. So if each tab is using a different relationship of some parent object, the other relationships should not be affected.
Hey first of all nice Repository. I have a few questions/concerns.