Hello!
I have several http requests. Each request returns json stucture and then I have to parse json and add information to my core data model. But I can't add some information to core data, because this information refers to the data returned from another request. How can I better organize to some requests were made only after the others are already returned data? What is the best way in this case?
Best regards,
Aleksey.