I want to save the result in same order which is coming from server. I'm using Restkit with Coredata. I don't have added any constraint but it's saving in different order every time.
Asked
Active
Viewed 41 times
1 Answers
0
I think you may need add a key like createAt
I remember you can keep data in order in CoreData
Also see this question: iPhone: NSSet keep sort order