I have a list of share prices with the properties dateTime and value.
dateTime
value
Currently I am sorting the share prices when fetching them using a sort
i would like to add to the accepted answer, if you have a NSSet, it must be changed to a NSOrderedSet after selecting the ordered checkbox
NSSet
NSOrderedSet