hi,
you do not show the definition of your Core Data entity, nor the type of its attribute "date."
since the list of dates appears to be sorted alphabetically, i am guessing that you defined the date attribute in Core Data as a String (not as a Date) and that you are storing strings in what you call "date." that would explain the result above.
(BTW: to have Core Data sort by the Date type, you would want "ascending: false" for the NSSortDescriptor so that the most recent date comes out first.)
hope that helps,
DMG
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: