This could well be a real stupid question, but I can't seem to sort my Core Data fetched results in the order they were saved to the persistent store.
Effectively, I don't want to sort them at all, but omitting the sort descriptors from the fetch request gets me into all kinds of trouble.
Is what I'm trying to achieve here possible, or will I need to introduce a date attribute into my model and sort on that?
Thanks a bunch.