0

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.

Keith Smiley
  • 61,481
  • 12
  • 97
  • 110
Ahsan
  • 827
  • 6
  • 10

1 Answers1

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

Community
  • 1
  • 1
aelam
  • 2,796
  • 2
  • 27
  • 32